HomeSort by: relevance | last modified time | path
    Searched defs:isFalseWhenEqual (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 992 bool isFalseWhenEqual() const {
993 return isFalseWhenEqual(getPredicate());
1014 static bool isFalseWhenEqual(Predicate predicate);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 3966 bool CmpInst::isFalseWhenEqual(Predicate predicate) {

Completed in 49 milliseconds