Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp187 auto *Log2Call = in expandLogIntrinsic() local
189 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() local
210 auto *Mul = Builder.CreateFMul(Log2Call, Y); in expandPowIntrinsic()