Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp408 auto *GEPO = cast<GEPOperator>(ConstExpr); in collectConstantCandidates() local
409 if (!GEPO->accumulateConstantOffset(*DL, Offset)) in collectConstantCandidates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp470 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local
471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1328 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local
1331 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()
1332 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
DConstantFold.cpp647 GEPOperator *GEPO = cast<GEPOperator>(CE); in ConstantFoldCastInstruction() local
648 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction()