Home
last modified time | relevance | path

Searched defs:Pow (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.h81 Pow, global() enumerator
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp791 Value *Pow = Builder.CreateBinaryIntrinsic(Intrinsic::pow, X, Y1, &I); foldFMulReassoc() local
1825 Value *Pow = Builder.CreateIntrinsic(IID, Tys, Args, &I); foldFDivPowDivisor() local
1835 Value *Pow = Builder.CreateIntrinsic(IID, I.getType(), Args, &I); foldFDivPowDivisor() local
1983 Value *Pow = Builder.CreateBinaryIntrinsic(Intrinsic::pow, Op1, Y1, &I); visitFDiv() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2009 replacePowWithExp(CallInst * Pow,IRBuilderBase & B) replacePowWithExp() argument
2204 replacePowWithSqrt(CallInst * Pow,IRBuilderBase & B) replacePowWithSqrt() argument
2262 optimizePow(CallInst * Pow,IRBuilderBase & B) optimizePow() argument
[all...]