Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1428 static Value *getIntToFPVal(Value *I2F, IRBuilderBase &B) { in getIntToFPVal() function
1527 if (Value *ExpoI = getIntToFPVal(Expo, B)) in replacePowWithExp()
1779 if (Value *ExpoI = getIntToFPVal(Expo, B)) in optimizePow()
1810 if (Value *Exp = getIntToFPVal(Op, B)) in optimizeExp2()