Searched refs:GEPO (Results 1 – 3 of 3) sorted by relevance
415 auto *GEPO = cast<GEPOperator>(ConstExpr); in collectConstantCandidates() local421 if (!GEPO->isInBounds()) in collectConstantCandidates()424 if (!GEPO->accumulateConstantOffset(*DL, Offset)) in collectConstantCandidates()
514 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local515 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
1499 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local1502 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()1503 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()