Searched refs:UserVT (Results 1 – 2 of 2) sorted by relevance
1068 MVT UserVT = User->getSimpleValueType(0); in PreprocessISelDAG() local1072 (UserVT.is256BitVector() || UserVT.is512BitVector()) && in PreprocessISelDAG()1073 UserVT.getSizeInBits() > VT.getSizeInBits() && in PreprocessISelDAG()1074 (!MaxLd || UserVT.getSizeInBits() > MaxVT.getSizeInBits())) { in PreprocessISelDAG()1076 MaxVT = UserVT; in PreprocessISelDAG()
51179 EVT UserVT = User->getValueType(0); in combineConstantPoolLoads() local51192 UserVT.getScalarSizeInBits()); in combineConstantPoolLoads()