Searched refs:GEPO (Results 1 – 3 of 3) sorted by relevance
420 auto *GEPO = cast<GEPOperator>(ConstExpr); in collectConstantCandidates() local426 if (!GEPO->isInBounds()) in collectConstantCandidates()429 if (!GEPO->accumulateConstantOffset(*DL, Offset)) in collectConstantCandidates()
516 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local517 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
1558 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local1561 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()1562 GEPO->getNoWrapFlags(), GEPO->getInRange(), OnlyIfReducedTy); in getWithOperands()