Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp298 IT_BinTest, enumerator
331 : InfoType(IT_BinTest) { in PropagationInfo()
341 : InfoType(IT_BinTest) { in PropagationInfo()
367 assert(InfoType == IT_BinTest); in getLTest()
372 assert(InfoType == IT_BinTest); in getRTest()
400 assert(InfoType == IT_BinTest); in testEffectiveOp()
405 assert(InfoType == IT_BinTest); in testSourceNode()
412 bool isBinTest() const { return InfoType == IT_BinTest; } in isBinTest()
417 return InfoType == IT_VarTest || InfoType == IT_BinTest; in isTest()
425 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); in invertTest()
[all …]