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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h107 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp12574 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
12585 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
12600 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
12610 CondOpcode == X86ISD::SETCC_CARRY) {
12694 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
12872 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
12882 CondOpcode == X86ISD::SETCC_CARRY) {
16506 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY";
18273 // SETCC_CARRY set
[all...]

Completed in 142 milliseconds