Searched refs:InputVT (Results 1 – 2 of 2) sorted by relevance
3439 EVT InputVT = LHS.getValueType(); in getSETCCInGPR() local3440 if (InputVT != MVT::i32 && InputVT != MVT::i64) in getSETCCInGPR()3447 bool Inputs32Bit = InputVT == MVT::i32; in getSETCCInGPR()
10546 MVT InputVT = MVT::getVectorVT(MVT::getIntegerVT(EltBits), NumElements); in lowerVectorShuffleAsSpecificZeroOrAnyExtend() local10547 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT) in lowerVectorShuffleAsSpecificZeroOrAnyExtend()10548 : getZeroVector(InputVT, Subtarget, DAG, DL); in lowerVectorShuffleAsSpecificZeroOrAnyExtend()10549 InputV = DAG.getBitcast(InputVT, InputV); in lowerVectorShuffleAsSpecificZeroOrAnyExtend()10550 InputV = DAG.getNode(UnpackLoHi, DL, InputVT, InputV, Ext); in lowerVectorShuffleAsSpecificZeroOrAnyExtend()