Searched refs:InputVT (Results 1 – 2 of 2) sorted by relevance
3566 EVT InputVT = LHS.getValueType(); in getSETCCInGPR() local3567 if (InputVT != MVT::i32 && InputVT != MVT::i64) in getSETCCInGPR()3574 bool Inputs32Bit = InputVT == MVT::i32; in getSETCCInGPR()
11305 MVT InputVT = MVT::getVectorVT(MVT::getIntegerVT(EltBits), NumElements); in lowerVectorShuffleAsSpecificZeroOrAnyExtend() local11306 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT) in lowerVectorShuffleAsSpecificZeroOrAnyExtend()11307 : getZeroVector(InputVT, Subtarget, DAG, DL); in lowerVectorShuffleAsSpecificZeroOrAnyExtend()11308 InputV = DAG.getBitcast(InputVT, InputV); in lowerVectorShuffleAsSpecificZeroOrAnyExtend()11309 InputV = DAG.getNode(UnpackLoHi, DL, InputVT, InputV, Ext); in lowerVectorShuffleAsSpecificZeroOrAnyExtend()