Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp415 auto *GEPO = cast<GEPOperator>(ConstExpr); in collectConstantCandidates() local
421 if (!GEPO->isInBounds()) in collectConstantCandidates()
424 if (!GEPO->accumulateConstantOffset(*DL, Offset)) in collectConstantCandidates()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DValueMapper.cpp514 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local
515 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstants.cpp1499 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local
1502 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()
1503 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()