Searched refs:ConstDouble (Results 1 – 3 of 3) sorted by relevance
38 if (auto *ConstDouble = llvm::dyn_cast<ConstantDouble>(C)) { in shouldBePooled() local39 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
63 if (auto *ConstDouble = llvm::dyn_cast<ConstantDouble>(C)) { in shouldBePooled() local64 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
426 if (auto *ConstDouble = llvm::dyn_cast<ConstantDouble>(C)) {427 return !Utils::isPositiveZero(ConstDouble->getValue());7965 } else if (auto *ConstDouble = llvm::dyn_cast<ConstantDouble>(Const)) {7966 if (Utils::isPositiveZero(ConstDouble->getValue()))