Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42405 auto *CmpConstant = dyn_cast<ConstantSDNode>(EFLAGS.getOperand(1)); in combineSetCCMOVMSK() local
42406 if (!CmpConstant) in combineSetCCMOVMSK()
42408 const APInt &CmpVal = CmpConstant->getAPIntValue(); in combineSetCCMOVMSK()