Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:i64

2498   if (VT != MVT::i64 && VT != MVT::i32 && VT != MVT::i16)
3992 // Op is i32, Mid is i8, and Dest is i64. If Op has more than 24 sign
3997 // Op is i64, Mid is i8, and Dest is i32. If Op has more than 56 sign
6292 V.getValueType() != MVT::i64)
6309 // Adjust NotMaskLZ down to be from the actual size of the int instead of i64.
6310 if (V.getValueType() != MVT::i64 && NotMaskLZ)
6598 // processor operation but an i64 (which is not legal) requires two. So the
6619 if ((TLI.isTypeLegal(MVT::i64) && !LegalOperations &&
6621 TLI.isOperationLegalOrCustom(ISD::STORE, MVT::i64)) {
6623 getZExtValue(), MVT::i64);