HomeSort by relevance Sort by last modified time
    Searched refs:UVal (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/crosstest/
test_strengthreduce_main.cpp 36 uint32_t UVal = (uint32_t)Values[i];
40 ResultLlcS = multiplyByConst##suffix(UVal); \
41 ResultSzS = Subzero_::multiplyByConst##suffix(UVal); \
49 ResultLlcU = multiplyByConst##suffix(UVal); \
50 ResultSzU = Subzero_::multiplyByConst##suffix(UVal); \
55 std::cout << "multiplyByConstU" STR(suffix) "(" << UVal \
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 775 Value *UVal = U->getValue();
776 for (User *UR : UVal->users()) {
    [all...]

Completed in 69 milliseconds