reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2813 pushValueAndType(FuncletPad.getArgOperand(Op), InstID, Vals);
lib/CodeGen/MachineFunction.cpp 688 Value *TypeInfo = CPI->getArgOperand(I - 1)->stripPointerCasts();
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp 1203 cast<Constant>(CPI->getArgOperand(0))->isNullValue();
lib/CodeGen/WasmEHPrepare.cpp 259 cast<Constant>(CPI->getArgOperand(0))->isNullValue())
lib/CodeGen/WinEHPrepare.cpp148 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0)); 153 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); 156 dyn_cast<AllocaInst>(CPI->getArgOperand(2)->stripPointerCasts())) 355 cast<Constant>(CatchPad->getArgOperand(0)->stripPointerCasts()); 559 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue());lib/IR/AsmWriter.cpp
3819 writeOperand(FPI->getArgOperand(Op), /*PrintType=*/true);
lib/IR/Core.cpp 3250 return wrap(unwrap<FuncletPadInst>(Funclet)->getArgOperand(i));