reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/Evaluator.cpp
  482       if (isa<DbgInfoIntrinsic>(CS.getInstruction())) {
  489       if (isa<InlineAsm>(CS.getCalledValue())) {
  494       if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(CS.getInstruction())) {
  562       Function *Callee = getCalleeWithFormalArgs(CS, Formals);
  570         if (Constant *C = ConstantFoldCall(cast<CallBase>(CS.getInstruction()),
  572           InstResult = castCallResultIfNeeded(CS.getCalledValue(), C);
  595         InstResult = castCallResultIfNeeded(CS.getCalledValue(), RetVal);