Home
last modified time | relevance | path

Searched refs:tLO32 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A Dhelper.cpp2295 Value* const tLO32 = B.CreateAnd(t, loMask, "t.lo32"); in CreateMulhS64() local
2296 Value* const w1 = B.CreateAdd(u0v1, tLO32, "w1"); in CreateMulhS64()
2332 Value* const tLO32 = B.CreateAnd(t, loMask, "t.lo32"); in CreateMulhU64() local
2333 Value* const w1 = B.CreateAdd(u0v1, tLO32, "w1"); in CreateMulhU64()