Searched defs:Log2 (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/math/
H A Dfont_math.h26 static int32_t Log2(int32_t a) { function in class:sfntly::FontMath
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp294 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { argument
304 Log2 = II;
481 IntrinsicInst *Log2; local
482 detectLog2OfHalf(Op0, OpY, Log2);
486 detectLog2OfHalf(Op1, OpY, Log2);
493 Log2->setArgOperand(0, OpY);
494 Value *FMulVal = Builder->CreateFMul(OpX, Log2);
496 FMul->copyFastMathFlags(Log2);
498 FSub->copyFastMathFlags(Log2);

Completed in 119 milliseconds