Searched refs:KO_FPImm (Results 1 – 1 of 1) sorted by relevance
388 const ConstantFP *KO_FPImm = K0->getOperand(1).getFPImm(); in isClampZeroToOne() local390 return (KO_FPImm->isExactlyValue(0.0) && K1_FPImm->isExactlyValue(1.0)) || in isClampZeroToOne()391 (KO_FPImm->isExactlyValue(1.0) && K1_FPImm->isExactlyValue(0.0)); in isClampZeroToOne()