Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h38 if (auto *ConstDouble = llvm::dyn_cast<ConstantDouble>(C)) { in shouldBePooled() local
39 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
DIceTargetLoweringARM32.h63 if (auto *ConstDouble = llvm::dyn_cast<ConstantDouble>(C)) { in shouldBePooled() local
64 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
DIceTargetLoweringX86BaseImpl.h426 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()))