Searched refs:GEPO (Results 1 – 4 of 4) sorted by relevance
408 auto *GEPO = cast<GEPOperator>(ConstExpr); in collectConstantCandidates() local409 if (!GEPO->accumulateConstantOffset(*DL, Offset)) in collectConstantCandidates()
470 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
1328 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local1331 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()1332 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
647 GEPOperator *GEPO = cast<GEPOperator>(CE); in ConstantFoldCastInstruction() local648 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction()