Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp38573 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local
38582 SetCC0 = Cond->getOperand(0); in checkBoolTestAndOrSetCCCombine()
38588 if (SetCC0.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine()
38590 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine()
38593 CC0 = (X86::CondCode)SetCC0->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()
38595 Flags = SetCC0->getOperand(1); in checkBoolTestAndOrSetCCCombine()