OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getICmpValue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h
49
///
getICmpValue
- This is the complement of getICmpCode, which turns an
56
Value *
getICmpValue
(bool Sign, unsigned Code, Value *LHS, Value *RHS,
/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/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
100
if (Value *NewConstant =
getICmpValue
(Sign, Code, LHS, RHS, NewPred))
[
all
...]
Completed in 61 milliseconds