Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp103 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function
173 if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul()
825 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst()
846 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()