OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPF_SMAX
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
43
case ICmpInst::ICMP_SGE: return
SPF_SMAX
;
63
case ICmpInst::ICMP_SLE: return
SPF_SMAX
;
645
if ((SPF1 == SPF_SMIN && SPF2 ==
SPF_SMAX
) ||
646
(SPF1 ==
SPF_SMAX
&& SPF2 == SPF_SMIN) ||
[
all
...]
InstCombine.h
36
SPF_SMAX
, SPF_UMAX
Completed in 53 milliseconds