Searched refs:Hi_32 (Results 1 – 6 of 6) sorted by relevance
26 inline uint32_t Hi_32(uint64_t Value) { in Hi_32() function205 uint32_t Hi = Hi_32(Value); in CountLeadingZeros_64()
248 inline uint32_t Hi_32(uint64_t Value) {
2305 if (Lo_32(Val) != 0 && Hi_32(Val) != 0 && !RHS->hasOneUse()) { in performAndCombine()2318 SDValue HiRHS = DAG.getConstant(Hi_32(Val), SL, MVT::i32); in performAndCombine()2585 DAG.getConstant(Hi_32(CVal), SL, MVT::i32)); in PerformDAGCombine()2594 DAG.getConstant(Hi_32(CVal), SL, MVT::i32)); in PerformDAGCombine()
633 return isInt<8>(Lo_32(V)) && isInt<8>(Hi_32(V)); in isSmallConstant()
1384 unsigned Lo = Lo_32(C), Hi = Hi_32(C); in genTfrConst()
1787 int s8 = Hi_32(Value); in processInstruction()