Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp456 float UpperV = 0.0f; in generateCondForPow() local
458 UpperV = 128.0f; in generateCondForPow()
460 UpperV = 64.0f; in generateCondForPow()
462 UpperV = 32.0f; in generateCondForPow()
469 Constant *V = ConstantFP::get(CI->getContext(), APFloat(UpperV)); in generateCondForPow()