Home
last modified time | relevance | path

Searched refs:GEPO (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp420 auto *GEPO = cast<GEPOperator>(ConstExpr); in collectConstantCandidates() local
426 if (!GEPO->isInBounds()) in collectConstantCandidates()
429 if (!GEPO->accumulateConstantOffset(*DL, Offset)) in collectConstantCandidates()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp516 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local
517 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1558 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local
1561 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()
1562 GEPO->getNoWrapFlags(), GEPO->getInRange(), OnlyIfReducedTy); in getWithOperands()