Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp52 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isNegativeZeroValue() local
53 if (SplatCFP && SplatCFP->isZero() && SplatCFP->isNegative()) in isNegativeZeroValue()
78 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isZeroValue() local
79 if (SplatCFP && SplatCFP->isZero()) in isZeroValue()