Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_strengthreduce_main.cpp36 uint32_t UVal = (uint32_t)Values[i]; in main() local
40 ResultLlcS = multiplyByConst##suffix(UVal); \ in main()
41 ResultSzS = Subzero_::multiplyByConst##suffix(UVal); \ in main()
49 ResultLlcU = multiplyByConst##suffix(UVal); \ in main()
50 ResultSzU = Subzero_::multiplyByConst##suffix(UVal); \ in main()
55 std::cout << "multiplyByConstU" STR(suffix) "(" << UVal \ in main()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dstring_utils.cpp155 u64 UVal; in formatString() local
171 UVal = HaveLL ? va_arg(Args, u64) in formatString()
175 Res += appendUnsigned(&Buffer, BufferEnd, UVal, (*Cur == 'u') ? 10 : 16, in formatString()
/external/scudo/standalone/
Dstring_utils.cpp155 u64 UVal; in formatString() local
171 UVal = HaveLL ? va_arg(Args, u64) in formatString()
175 Res += appendUnsigned(&Buffer, BufferEnd, UVal, (*Cur == 'u') ? 10 : 16, in formatString()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp282 uint32_t UVal; in checkPositiveIntArgument() local
283 if (!checkUInt32Argument(S, AI, Expr, UVal, Idx)) in checkPositiveIntArgument()
286 if (UVal > (uint32_t)std::numeric_limits<int>::max()) { in checkPositiveIntArgument()
288 I = UVal; in checkPositiveIntArgument()
294 Val = UVal; in checkPositiveIntArgument()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp759 int64_t UVal = typename std::make_unsigned<T>::type(Val); in isLogicalImm() local
760 if (Val != SVal && Val != UVal) in isLogicalImm()
763 return AArch64_AM::isLogicalImmediate(UVal, sizeof(T) * 8); in isLogicalImm()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp775 Value *UVal = U->getValue(); in isHighCostExpansion() local
776 for (User *UR : UVal->users()) { in isHighCostExpansion()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp963 Value *UVal = U->getValue(); in isHighCostExpansion() local
964 for (User *UR : UVal->users()) { in isHighCostExpansion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp943 Value *UVal = U->getValue(); in isHighCostExpansion() local
944 for (User *UR : UVal->users()) { in isHighCostExpansion()