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()
329 if (auto *ConstFloat = llvm::dyn_cast<ConstantFloat>(C)) { in shouldBePooled() local330 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()6673 if (auto *ConstFloat = llvm::dyn_cast<ConstantFloat>(Const)) { in legalize() local6674 if (Utils::isPositiveZero(ConstFloat->getValue())) in legalize()
320 if (auto *ConstFloat = llvm::dyn_cast<ConstantFloat>(C)) { in shouldBePooled() local321 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()7400 if (auto *ConstFloat = llvm::dyn_cast<ConstantFloat>(Const)) { in legalize() local7401 if (Utils::isPositiveZero(ConstFloat->getValue())) in legalize()
777 func ConstFloat(t Type, n float64) (v Value) { func