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

/external/llvm/include/llvm/
H A DInstrTypes.h787 bool isTrueWhenEqual() const { function in class:llvm::CmpInst
788 return isTrueWhenEqual(getPredicate());
812 static bool isTrueWhenEqual(unsigned short predicate);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h755 /// isTrueWhenEqual - Return true if the specified condition returns true if
758 inline bool isTrueWhenEqual(CondCode Cond) { function in namespace:llvm::ISD
/external/llvm/lib/VMCore/
H A DInstructions.cpp3077 bool CmpInst::isTrueWhenEqual(unsigned short predicate) { function in class:CmpInst

Completed in 98 milliseconds