Searched refs:decomposeSimpleLinearExpr (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 28 static Value *decomposeSimpleLinearExpr(Value *Val, unsigned &Scale, in decomposeSimpleLinearExpr() function 65 decomposeSimpleLinearExpr(I->getOperand(0), SubScale, Offset); in decomposeSimpleLinearExpr() 117 decomposeSimpleLinearExpr(AI.getOperand(0), ArraySizeScale, ArrayOffset); in PromoteCastOfAllocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 31 static Value *decomposeSimpleLinearExpr(Value *Val, unsigned &Scale, in decomposeSimpleLinearExpr() function 68 decomposeSimpleLinearExpr(I->getOperand(0), SubScale, Offset); in decomposeSimpleLinearExpr() 120 decomposeSimpleLinearExpr(AI.getOperand(0), ArraySizeScale, ArrayOffset); in PromoteCastOfAllocation()
|