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

/external/llvm/include/llvm/IR/
H A DInstrTypes.h786 bool isTrueWhenEqual() const { function in class:llvm::CmpInst
787 return isTrueWhenEqual(getPredicate());
811 static bool isTrueWhenEqual(unsigned short predicate);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h772 /// isTrueWhenEqual - Return true if the specified condition returns true if
775 inline bool isTrueWhenEqual(CondCode Cond) { function in namespace:llvm::ISD
/external/llvm/lib/IR/
H A DInstructions.cpp3121 bool CmpInst::isTrueWhenEqual(unsigned short predicate) { function in class:CmpInst

Completed in 52 milliseconds