Searched refs:K1_FPImm (Results 1 – 1 of 1) sorted by relevance
389 const ConstantFP *K1_FPImm = K1->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()