Searched refs:getICmpCode (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DCmpInstAnalysis.h24 /// 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
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp21 /// getICmpCode - Encode a icmp predicate into a three bit mask. These bits
44 unsigned llvm::getICmpCode(const ICmpInst *ICI, bool InvertPred) { function in class:llvm
65 /// getICmpValue - This is the complement of getICmpCode, which turns an
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp66 /// getFCmpCode - Similar to getICmpCode but for FCmpInst. This encodes a fcmp
93 /// getNewICmpValue - This is the complement of getICmpCode, which turns an
714 unsigned Code = getICmpCode(LHS) & getICmpCode(RHS);
1472 unsigned Code = getICmpCode(LHS) | getICmpCode(RHS);
2330 unsigned Code = getICmpCode(LHS) ^ getICmpCode(RHS);

Completed in 110 milliseconds