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

/external/llvm/include/llvm/IR/
H A DInstrTypes.h797 bool isTrueWhenEqual() const { function in class:llvm::CmpInst
798 return isTrueWhenEqual(getPredicate());
822 static bool isTrueWhenEqual(unsigned short predicate);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h806 /// isTrueWhenEqual - Return true if the specified condition returns true if
809 inline bool isTrueWhenEqual(CondCode Cond) { function in namespace:llvm::ISD
/external/llvm/lib/IR/
H A DInstructions.cpp3322 bool CmpInst::isTrueWhenEqual(unsigned short predicate) { function in class:CmpInst

Completed in 133 milliseconds