OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFCmpCode
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
109
///
getFCmpCode
- Similar to getICmpCode but for FCmpInst. This encodes a fcmp
112
static unsigned
getFCmpCode
(FCmpInst::Predicate CC, bool &isOrdered) {
160
/// getFCmpValue - This is the complement of
getFCmpCode
, which turns an
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
43
static unsigned
getFCmpCode
(FCmpInst::Predicate CC) {
79
/// This is the complement of
getFCmpCode
, which turns an opcode and two
[
all
...]
Completed in 106 milliseconds