Searched refs:getSelectCC (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h623 /// getSelectCC - Helper function to make it easier to build SelectCC's if you
626 SDValue getSelectCC(DebugLoc DL, SDValue LHS, SDValue RHS, function in class:llvm::SelectionDAG
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3411 Tmp1 = DAG.getSelectCC(dl, Tmp1.getOperand(0), Tmp1.getOperand(1),
3415 Tmp1 = DAG.getSelectCC(dl, Tmp1,
H A DDAGCombiner.cpp3372 return DAG.getSelectCC(N->getDebugLoc(), LHS, RHS, N0.getOperand(2),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4103 SDValue OutLo = DAG.getSelectCC(dl, Tmp5, DAG.getConstant(0, AmtVT),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp2913 return DAG.getSelectCC(dl, Cond,

Completed in 426 milliseconds