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

/external/llvm/include/llvm/
H A DInstrTypes.h788 bool isTrueWhenEqual() const { function in class:llvm::CmpInst
789 return isTrueWhenEqual(getPredicate());
813 static bool isTrueWhenEqual(unsigned short predicate);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h767 /// isTrueWhenEqual - Return true if the specified condition returns true if
770 inline bool isTrueWhenEqual(CondCode Cond) { function in namespace:llvm::ISD
/external/llvm/lib/VMCore/
H A DInstructions.cpp3105 bool CmpInst::isTrueWhenEqual(unsigned short predicate) { function in class:CmpInst

Completed in 78 milliseconds