Searched defs:isTrueWhenEqual (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ISDOpcodes.h | 1612 inline bool isTrueWhenEqual(CondCode Cond) { return ((int)Cond & 1) != 0; } isTrueWhenEqual() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Instructions.cpp | 3859 bool CmpInst::isTrueWhenEqual(Predicate predicate) { isTrueWhenEqual() function in CmpInst |