Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3195 bool CmpWithConstant = false; in getCmpSelInstrCost() local
3197 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()