Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1950 static Value *getIntToFPVal(Value *I2F, IRBuilderBase &B, unsigned DstWidth) { in getIntToFPVal() function
2056 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in replacePowWithExp()
2307 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) in optimizePow()
2342 if (Value *Exp = getIntToFPVal(Op, B, TLI->getIntSize())) { in optimizeExp2()