OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmpLessThan
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp
1286
return
cmpLessThan
;
1546
if (compareAbsoluteValue(temp_rhs) ==
cmpLessThan
) {
1948
compareAbsoluteValue(rhs) !=
cmpLessThan
) {
1950
if (compareAbsoluteValue(V) ==
cmpLessThan
)
2115
return
cmpLessThan
;
2125
return
cmpLessThan
;
2131
return
cmpLessThan
;
2145
result =
cmpLessThan
;
2153
if (result ==
cmpLessThan
)
2156
result =
cmpLessThan
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
181
cmpLessThan
,
1155
return compare(RHS) ==
cmpLessThan
;
1164
return Res ==
cmpLessThan
|| Res == cmpEqual;
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp
2076
return ConstantInt::get(ResultTy, R==APFloat::
cmpLessThan
||
2080
R==APFloat::
cmpLessThan
);
2082
return ConstantInt::get(ResultTy, R==APFloat::
cmpLessThan
);
2091
return ConstantInt::get(ResultTy, R==APFloat::
cmpLessThan
||
2094
return ConstantInt::get(ResultTy, R!=APFloat::
cmpLessThan
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
2293
R==APFloat::
cmpLessThan
, dl, VT,
2298
case ISD::SETOLT: return getBoolConstant(R==APFloat::
cmpLessThan
, dl, VT,
2308
case ISD::SETOLE: return getBoolConstant(R==APFloat::
cmpLessThan
||
2326
R==APFloat::
cmpLessThan
, dl, VT,
2333
case ISD::SETUGE: return getBoolConstant(R!=APFloat::
cmpLessThan
, dl, VT,
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
12601
case APFloat::
cmpLessThan
:
Completed in 139 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026