Home
last modified time | relevance | path

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

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