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

/external/llvm/include/llvm/IR/
H A DInstrTypes.h834 bool isTrueWhenEqual() const { function in class:llvm::CmpInst
835 return isTrueWhenEqual(getPredicate());
859 static bool isTrueWhenEqual(unsigned short predicate);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h822 /// isTrueWhenEqual - Return true if the specified condition returns true if
825 inline bool isTrueWhenEqual(CondCode Cond) { function in namespace:llvm::ISD
/external/llvm/lib/IR/
H A DInstructions.cpp3275 bool CmpInst::isTrueWhenEqual(unsigned short predicate) { function in class:CmpInst

Completed in 219 milliseconds