Searched refs:CmpWithConstant (Results 1 – 1 of 1) sorted by relevance
3195 bool CmpWithConstant = false; in getCmpSelInstrCost() local3197 CmpWithConstant = isa<Constant>(CmpInstr->getOperand(1)); in getCmpSelInstrCost()3202 ExtraCost = CmpWithConstant ? 0 : 1; in getCmpSelInstrCost()3207 ExtraCost = CmpWithConstant ? 0 : 1; in getCmpSelInstrCost()3213 ExtraCost = CmpWithConstant ? 1 : 2; in getCmpSelInstrCost()3224 ExtraCost = CmpWithConstant ? 2 : 3; in getCmpSelInstrCost()