Searched refs:SplatCFP (Results 1 – 1 of 1) sorted by relevance
52 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isNegativeZeroValue() local53 if (SplatCFP && SplatCFP->isZero() && SplatCFP->isNegative()) in isNegativeZeroValue()57 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isNegativeZeroValue() local58 if (SplatCFP && SplatCFP->isZero() && SplatCFP->isNegative()) in isNegativeZeroValue()78 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isZeroValue() local79 if (SplatCFP && SplatCFP->isZero()) in isZeroValue()83 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isZeroValue() local84 if (SplatCFP && SplatCFP->isZero()) in isZeroValue()