reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1256 PInfo = Visitor.getInfo(BinOp->getLHS()); 1258 if ((BinOp = dyn_cast_or_null<BinaryOperator>(BinOp->getLHS()))) { 1258 if ((BinOp = dyn_cast_or_null<BinaryOperator>(BinOp->getLHS()))) { 1259 PInfo = Visitor.getInfo(BinOp->getRHS()); 1268 CurrStates->setSource(BinOp); 1269 FalseStates->setSource(BinOp); 1274 if (BinOp->getOpcode() == BO_LAnd) { 1280 } else if (BinOp->getOpcode() == BO_LOr) {