OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getICmpCode
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h
24
///
getICmpCode
- Encode a icmp predicate into a three bit mask. These bits
47
unsigned
getICmpCode
(const ICmpInst *ICI, bool InvertPred = false);
49
/// getICmpValue - This is the complement of
getICmpCode
, which turns an
/external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp
21
///
getICmpCode
- Encode a icmp predicate into a three bit mask. These bits
44
unsigned llvm::
getICmpCode
(const ICmpInst *ICI, bool InvertPred) {
65
/// getICmpValue - This is the complement of
getICmpCode
, which turns an
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
66
/// getFCmpCode - Similar to
getICmpCode
but for FCmpInst. This encodes a fcmp
93
/// getNewICmpValue - This is the complement of
getICmpCode
, which turns an
711
unsigned Code =
getICmpCode
(LHS) &
getICmpCode
(RHS);
[
all
...]
Completed in 559 milliseconds