Searched refs:GEPO (Results 1 – 6 of 6) sorted by relevance
471 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local472 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
470 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
1223 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local1226 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()1227 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
645 GEPOperator *GEPO = cast<GEPOperator>(CE); in ConstantFoldCastInstruction() local646 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction()
1168 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local1171 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()1172 GEPO->isInBounds(), OnlyIfReducedTy); in getWithOperands()
634 GEPOperator *GEPO = cast<GEPOperator>(CE); in ConstantFoldCastInstruction() local635 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction()