Home
last modified time | relevance | path

Searched refs:IsBinaryOp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h84 bool IsBinaryOp() const { return IsBinary; } in IsBinaryOp() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp2722 bool IsBinaryOp = false; in lowerToVVP() local
2727 IsBinaryOp = true; \ in lowerToVVP()
2732 if (IsBinaryOp) { in lowerToVVP()