Searched refs:ConstFloat (Results 1 – 4 of 4) sorted by relevance
41 if (auto *ConstFloat = llvm::dyn_cast<ConstantFloat>(C)) { in shouldBePooled() local42 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()
423 if (auto *ConstFloat = llvm::dyn_cast<ConstantFloat>(C)) {424 return !Utils::isPositiveZero(ConstFloat->getValue());7961 if (auto *ConstFloat = llvm::dyn_cast<ConstantFloat>(Const)) {7962 if (Utils::isPositiveZero(ConstFloat->getValue()))
777 func ConstFloat(t Type, n float64) (v Value) { func
805 func ConstFloat(t Type, n float64) (v Value) { func