Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp32 static Value *decomposeSimpleLinearExpr(Value *Val, unsigned &Scale, in decomposeSimpleLinearExpr() function
69 decomposeSimpleLinearExpr(I->getOperand(0), SubScale, Offset); in decomposeSimpleLinearExpr()
134 decomposeSimpleLinearExpr(AI.getOperand(0), ArraySizeScale, ArrayOffset); in PromoteCastOfAllocation()