Searched refs:SETCC_CARRY (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h95 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp8580 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
8595 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
8605 CondOpcode == X86ISD::SETCC_CARRY) {
8688 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
8769 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
8779 CondOpcode == X86ISD::SETCC_CARRY) {
11090 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY";
12846 // SETCC_CARRY sets the dest to ~0 for true or 0 for false.
12847 if (Op.getOpcode() == X86ISD::SETCC_CARRY)
[all...]

Completed in 63 milliseconds