Searched refs:UVal (Results 1 – 2 of 2) sorted by relevance
252 uint32_t UVal; in checkPositiveIntArgument() local253 if (!checkUInt32Argument(S, AI, Expr, UVal, Idx)) in checkPositiveIntArgument()256 if (UVal > (uint32_t)std::numeric_limits<int>::max()) { in checkPositiveIntArgument()258 I = UVal; in checkPositiveIntArgument()264 Val = UVal; in checkPositiveIntArgument()
971 Value *UVal = U->getValue(); in isHighCostExpansion() local972 for (User *UR : UVal->users()) { in isHighCostExpansion()