Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp32 static Value *decomposeSimpleLinearExpr(Value *Val, unsigned &Scale, in decomposeSimpleLinearExpr() function
71 decomposeSimpleLinearExpr(I->getOperand(0), SubScale, Offset); in decomposeSimpleLinearExpr()
140 decomposeSimpleLinearExpr(AI.getOperand(0), ArraySizeScale, ArrayOffset); in PromoteCastOfAllocation()