Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42720 auto *CmpConstant = dyn_cast<ConstantSDNode>(EFLAGS.getOperand(1)); in combineSetCCMOVMSK() local
42721 if (!CmpConstant) in combineSetCCMOVMSK()
42723 const APInt &CmpVal = CmpConstant->getAPIntValue(); in combineSetCCMOVMSK()