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 | 174 uint64_t UVal = ((uint64_t)Value) & 0xFFFFFFFFLL; in loadImmediate() local 176 Type::getInt32Ty(MBB.getParent()->getFunction().getContext()), UVal, in loadImmediate()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 98 uint32_t UVal; in checkPositiveIntArgument() local 99 if (!S.checkUInt32Argument(AI, Expr, UVal, Idx)) in checkPositiveIntArgument() 102 if (UVal > (uint32_t)std::numeric_limits<int>::max()) { in checkPositiveIntArgument() 104 I = UVal; in checkPositiveIntArgument() 110 Val = UVal; in checkPositiveIntArgument()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1149 Value *UVal = U->getValue(); in isHighCostExpansion() local 1150 for (User *UR : UVal->users()) { in isHighCostExpansion()
|