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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1921 if (ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2)) {
1922 const APInt &C2 = N2C->getAPIntValue();
1942 if (ConstantFPSDNode *N2C = dyn_cast<ConstantFPSDNode>(N2)) {
1943 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
3464 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
3470 if (N1C && !N2C) {
3471 std::swap(N1C, N2C);
3502 if (N2C && N2C->isNullValue())
3504 if (N2C
[all...]
H A DDAGCombiner.cpp14168 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode()); local
14264 if (N2C && ((N2C->getAPIntValue() & (N2C->getAPIntValue() - 1)) == 0)) {
14265 unsigned ShCtV = N2C->getAPIntValue().logBase2();
14327 if (N2C && isNullConstant(N3) && N2C->getAPIntValue().isPowerOf2() &&
14333 if (NotExtCompare && N2C->isOne())
14360 if (N2C->isOne())
14366 DAG.getConstant(N2C
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1506 if (ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode())) {
1507 const APInt &C2 = N2C->getAPIntValue();
1527 if (ConstantFPSDNode *N2C = dyn_cast<ConstantFPSDNode>(N2.getNode())) {
1532 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
2678 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode()); local
2706 if (N2C && N2C->isNullValue())
2708 if (N2C && N2C->isAllOnesValue()) // X & -1 -> X
2720 if (N2C
[all...]
H A DDAGCombiner.cpp3742 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
3763 N1C && N2C && N1C->isNullValue() && N2C->getAPIntValue() == 1) {
3782 if (VT == VT0 && VT == MVT::i1 && N2C && N2C->getAPIntValue() == 1) {
3788 if (VT == MVT::i1 && N2C && N2C->isNullValue())
3796 if (VT == MVT::i1 && (N0 == N2 || (N2C && N2C->getAPIntValue() == 0)))
7431 ConstantSDNode *N2C local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1011 if (ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N->getOperand(2)))
1014 N2C->getZExtValue() == 1ULL && CC == ISD::SETNE &&
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2538 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
2539 if (!N2C)
2542 unsigned N2CVal = N2C->getZExtValue();
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2875 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
2876 if (!N2C)
2879 unsigned N2CVal = N2C->getZExtValue();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2777 if (ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N->getOperand(2)))
2780 N2C->getZExtValue() == 1ULL && CC == ISD::SETNE &&
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp8666 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2); local
8667 if (N2C == 0 || !N2C->isNullValue())
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12570 auto *N2C = cast<ConstantSDNode>(N2);
12571 unsigned IdxVal = N2C->getZExtValue();
[all...]

Completed in 423 milliseconds