Searched refs:GEPO (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp410 auto *GEPO = cast<GEPOperator>(ConstExpr); local
411 if (!GEPO->accumulateConstantOffset(*DL, Offset))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp470 if (auto *GEPO = dyn_cast<GEPOperator>(C))
471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1448 auto *GEPO = cast<GEPOperator>(this); local
1451 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1),
1452 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy);
H A DConstantFold.cpp658 GEPOperator *GEPO = cast<GEPOperator>(CE);
659 Type *Ty = GEPO->getSourceElementType();

Completed in 207 milliseconds