Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isInteger

805   if (VT.isVector() || !VT.isInteger())
863 if (VT.isVector() || !VT.isInteger())
907 if (VT.isVector() || !VT.isInteger())
936 if (VT.isVector() || !VT.isInteger())
1473 if (VT.isInteger() && !VT.isVector()) {
2378 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) {
2604 LL.getValueType().isInteger()) {
2633 bool isInteger = LL.getValueType().isInteger();
2634 ISD::CondCode Result = ISD::getSetCCAndOperation(Op0, Op1, isInteger);
3119 LL.getValueType().isInteger()) {
3145 bool isInteger = LL.getValueType().isInteger();
3146 ISD::CondCode Result = ISD::getSetCCOrOperation(Op0, Op1, isInteger);
3410 bool isInt = LHS.getValueType().isInteger();
4105 if (VT.isInteger() &&
4107 (VT0.isInteger() &&
5586 N0.getNode()->hasOneUse() && VT.isInteger() &&
5607 VT.isInteger() && !VT.isVector()) {
5727 assert(SrcEltVT.isInteger() && DstEltVT.isInteger());
6595 N0.getOperand(0).getValueType().isInteger()) {
6598 if (IntVT.isInteger() && !IntVT.isVector()) {
6682 N0.getOperand(0).getValueType().isInteger() &&
6686 if (IntVT.isInteger() && !IntVT.isVector()) {
8324 Value.getValueType().isInteger()) {
8459 assert(InOp.getValueType().isInteger() && NVT.isInteger());
9782 if (SubC && SubC->isNullValue() && XType.isInteger()) {