Searched refs:Log2Call (Results 1 – 1 of 1) sorted by relevance
187 auto *Log2Call = in expandLogIntrinsic() local189 Log2Call->setTailCall(Orig->isTailCall()); in expandLogIntrinsic()190 Log2Call->setAttributes(Orig->getAttributes()); in expandLogIntrinsic()191 auto *Result = Builder.CreateFMul(Ln2Const, Log2Call); in expandLogIntrinsic()208 auto *Log2Call = in expandPowIntrinsic() local210 auto *Mul = Builder.CreateFMul(Log2Call, Y); in expandPowIntrinsic()