reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5204 Value *Callee = Call->getCalledValue(); 5209 return UndefValue::get(Call->getType()); 5216 if (Value *Ret = simplifyIntrinsic(Call, Q)) 5219 if (!canConstantFoldCallTo(Call, F)) 5223 unsigned NumArgs = Call->getNumArgOperands(); 5225 for (auto &Arg : Call->args()) { 5232 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI);