Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp291 IT_BinTest, enumerator
324 : InfoType(IT_BinTest) { in PropagationInfo()
334 : InfoType(IT_BinTest) { in PropagationInfo()
360 assert(InfoType == IT_BinTest); in getLTest()
365 assert(InfoType == IT_BinTest); in getRTest()
393 assert(InfoType == IT_BinTest); in testEffectiveOp()
398 assert(InfoType == IT_BinTest); in testSourceNode()
405 bool isBinTest() const { return InfoType == IT_BinTest; } in isBinTest()
410 return InfoType == IT_VarTest || InfoType == IT_BinTest; in isTest()
418 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); in invertTest()
[all …]