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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1536 if (ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode())) {
1537 const APInt &C2 = N2C->getAPIntValue();
1557 if (ConstantFPSDNode *N2C = dyn_cast<ConstantFPSDNode>(N2.getNode())) {
1562 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
2666 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode()); local
2694 if (N2C && N2C->isNullValue())
2696 if (N2C && N2C->isAllOnesValue()) // X & -1 -> X
2708 if (N2C
[all...]
H A DDAGCombiner.cpp3989 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
4010 N1C && N2C && N1C->isNullValue() && N2C->getAPIntValue() == 1) {
4029 if (VT == VT0 && VT == MVT::i1 && N2C && N2C->getAPIntValue() == 1) {
4035 if (VT == MVT::i1 && N2C && N2C->isNullValue())
4043 if (VT == MVT::i1 && (N0 == N2 || (N2C && N2C->getAPIntValue() == 0)))
8206 ConstantSDNode *N2C local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1009 if (ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N->getOperand(2)))
1012 N2C->getZExtValue() == 1ULL && CC == ISD::SETNE &&
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2710 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
2711 if (!N2C)
2714 unsigned N2CVal = N2C->getZExtValue();
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8586 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2); local
8587 if (N2C == 0 || !N2C->isNullValue())

Completed in 296 milliseconds