Searched defs:isRelational (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DInstructions.h1007 /// isRelational - Return true if the predicate is relational (not EQ or NE).
1009 bool isRelational() const { function in class:llvm::ICmpInst
1013 /// isRelational - Return true if the predicate is relational (not EQ or NE).
1015 static bool isRelational(Predicate P) { function in class:llvm::ICmpInst
1131 bool isRelational() const { return !isEquality(); } function in class:llvm::FCmpInst

Completed in 4029 milliseconds