Searched refs:UpperV (Results 1 – 2 of 2) sorted by relevance
457 float UpperV = 0.0f; in generateCondForPow() local459 UpperV = 128.0f; in generateCondForPow()461 UpperV = 64.0f; in generateCondForPow()463 UpperV = 32.0f; in generateCondForPow()470 Constant *V = ConstantFP::get(CI->getContext(), APFloat(UpperV)); in generateCondForPow()
30 if (std::optional<DWARFFormValue> UpperV = C.find(DW_AT_upper_bound)) in appendArrayType() local31 UB = UpperV->getAsUnsignedConstant(); in appendArrayType()