OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getICmpValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp
65
///
getICmpValue
- This is the complement of getICmpCode, which turns an
72
Value *llvm::
getICmpValue
(bool Sign, unsigned Code, Value *LHS, Value *RHS,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
137
///
getICmpValue
- This is the complement of getICmpCode, which turns an
141
static Value *
getICmpValue
(bool Sign, unsigned Code, Value *LHS, Value *RHS,
731
return
getICmpValue
(isSigned, Code, Op0, Op1, Builder);
[
all
...]
Completed in 60 milliseconds