Searched refs:GEPO (Results 1 – 3 of 3) sorted by relevance
149 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in MapValue() local150 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in MapValue()
1219 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local1222 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()1223 GEPO->isInBounds(), OnlyIfReducedTy); in getWithOperands()
635 GEPOperator *GEPO = cast<GEPOperator>(CE); in ConstantFoldCastInstruction() local636 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction()