Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47400 auto *Sub1C = dyn_cast<ConstantSDNode>(Cond.getOperand(1)); in combineCMov() local
47401 if (Cond0 == TrueOp && Sub1C && Sub1C->getZExtValue() == 2) { in combineCMov()