Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp595 unsigned RoundControl = Arg->getZExtValue(); in simplifyX86round() local
613 if (SAE != 4 || (RoundControl != 2 /*ceil*/ && RoundControl != 1 /*floor*/)) in simplifyX86round()
650 Intrinsic::ID ID = (RoundControl == 2) ? Intrinsic::ceil : Intrinsic::floor; in simplifyX86round()