Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45605 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local
45614 SetCC0 = Cond->getOperand(0); in checkBoolTestAndOrSetCCCombine()
45620 if (SetCC0.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine()
45622 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine()
45625 CC0 = (X86::CondCode)SetCC0->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()
45627 Flags = SetCC0->getOperand(1); in checkBoolTestAndOrSetCCCombine()