reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2333 std::swap(LHS, RHS); 2335 if (!isa<Constant>(RHS) || !cast<Constant>(RHS)->isNullValue()) 2335 if (!isa<Constant>(RHS) || !cast<Constant>(RHS)->isNullValue()) 2361 if (!isa<Constant>(RHS) || !cast<Constant>(RHS)->isNullValue()) 2361 if (!isa<Constant>(RHS) || !cast<Constant>(RHS)->isNullValue()) 2369 if (!isa<ConstantInt>(RHS)) 2372 if (cast<ConstantInt>(RHS)->getValue() != APInt(BW, -1, true))