reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1196 if (isa<Constant>(RHS)) { 1201 return ValueLatticeElement::get(cast<Constant>(RHS)); 1203 return ValueLatticeElement::getNot(cast<Constant>(RHS)); 1220 std::swap(LHS, RHS); 1230 ConstantRange RHSRange(RHS->getType()->getIntegerBitWidth(), 1232 if (ConstantInt *CI = dyn_cast<ConstantInt>(RHS)) 1234 else if (Instruction *I = dyn_cast<Instruction>(RHS))