Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isInteger

475       assert(LHSTy.isInteger() && "Shift amount is not an integer type!");
1039 if (VT.isVector() || !VT.isInteger())
1097 if (VT.isVector() || !VT.isInteger())
1141 if (VT.isVector() || !VT.isInteger())
1170 if (VT.isVector() || !VT.isInteger())
1738 VT.isInteger() && !VT.isVector() && DAG.haveNoCommonBitsSet(N0, N1))
2780 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) {
2879 LL.getValueType().isInteger()) {
2906 Op0 == Op1 && LL.getValueType().isInteger() &&
2924 bool isInteger = LL.getValueType().isInteger();
2925 ISD::CondCode Result = ISD::getSetCCAndOperation(Op0, Op1, isInteger);
3591 if (LR == RR && Op0 == Op1 && LL.getValueType().isInteger()) {
3615 bool isInteger = LL.getValueType().isInteger();
3616 ISD::CondCode Result = ISD::getSetCCOrOperation(Op0, Op1, isInteger);
4123 bool isInt = LHS.getValueType().isInteger();
5042 if (VT.isInteger() &&
5043 (VT0 == MVT::i1 || (VT0.isInteger() &&
7282 (isa<ConstantFPSDNode>(N0) && VT.isInteger() && !VT.isVector() &&
7331 N0.getNode()->hasOneUse() && VT.isInteger() &&
7383 VT.isInteger() && !VT.isVector()) {
7569 assert(SrcEltVT.isInteger() && DstEltVT.isInteger());
9192 if (IntVT.isInteger() && !IntVT.isVector()) {
9297 if (IntVT.isInteger() && !IntVT.isVector()) {
10509 !LD->getValueType(0).isInteger())
11915 Value.getValueType().isInteger()) {
12166 assert(InOp.getValueType().isInteger() && NVT.isInteger());
12220 assert(InOp.getValueType().isInteger() && NVT.isInteger());
12674 VecIn2 = VT.isInteger() ? DAG.getConstant(0, dl, VT) :
12728 else if (LastOpVT.isInteger())
12873 if (!SclTy.isFloatingPoint() && !SclTy.isInteger())
13358 if (SVT.isInteger())
14205 if (SubC && SubC->isNullValue() && XType.isInteger()) {