Home
last modified time | relevance | path

Searched defs:isTrueWhenEqual (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h896 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1093 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1309 inline bool isTrueWhenEqual(CondCode Cond) { return ((int)Cond & 1) != 0; } in isTrueWhenEqual() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3739 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
/external/llvm/lib/IR/
DInstructions.cpp3640 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp3937 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst