Searched refs:UserVT (Results 1 – 2 of 2) sorted by relevance
1112 MVT UserVT = User->getSimpleValueType(0); in PreprocessISelDAG() local1116 (UserVT.is256BitVector() || UserVT.is512BitVector()) && in PreprocessISelDAG()1117 UserVT.getSizeInBits() > VT.getSizeInBits() && in PreprocessISelDAG()1118 (!MaxLd || UserVT.getSizeInBits() > MaxVT.getSizeInBits())) { in PreprocessISelDAG()1120 MaxVT = UserVT; in PreprocessISelDAG()
52891 EVT UserVT = User->getValueType(0); in combineConstantPoolLoads() local52904 UserVT.getScalarSizeInBits()); in combineConstantPoolLoads()