Searched refs:UVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 145 u64 UVal; in vappend() local 161 UVal = HaveLL ? va_arg(Args, u64) in vappend() 165 appendUnsigned(UVal, (*Cur == 'u') ? 10 : 16, Width, PadWithZero, Upper); in vappend() 200 UVal = va_arg(Args, u64); in vappend() 201 appendUnsigned(UVal, 10, Width, PadWithZero, false); in vappend()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 185 uint64_t UVal = ((uint64_t)Value) & 0xFFFFFFFFLL; in loadImmediate() local 187 Type::getInt32Ty(MBB.getParent()->getFunction().getContext()), UVal, in loadImmediate()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 99 uint32_t UVal; in checkPositiveIntArgument() local 100 if (!S.checkUInt32Argument(AI, Expr, UVal, Idx)) in checkPositiveIntArgument() 103 if (UVal > (uint32_t)std::numeric_limits<int>::max()) { in checkPositiveIntArgument() 105 I = UVal; in checkPositiveIntArgument() 111 Val = UVal; in checkPositiveIntArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1154 Value *UVal = U->getValue(); in isHighCostExpansion() local 1155 for (User *UR : UVal->users()) { in isHighCostExpansion()
|