Searched defs:TrueIfSigned (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp108 /// TrueIfSigned if the result of the comparison is true when the input value is
111 bool &TrueIfSigned) {
114 TrueIfSigned = true;
117 TrueIfSigned = true;
120 TrueIfSigned = false;
124 TrueIfSigned = true;
128 TrueIfSigned = true;
1486 bool TrueIfSigned = false;
1488 isSignBitCheck(ICI.getPredicate(), RHS, TrueIfSigned)) {
1495 return new ICmpInst(TrueIfSigned
110 isSignBitCheck(ICmpInst::Predicate pred, ConstantInt *RHS, bool &TrueIfSigned) argument
[all...]

Completed in 60 milliseconds