reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
541 if (auto *WO = dyn_cast<WithOverflowInst>(CS.getInstruction())) { 548 if (auto *SI = dyn_cast<SaturatingInst>(CS.getInstruction())) { 562 if (auto DeoptBundle = CS.getOperandBundle(LLVMContext::OB_deopt)) { 570 Constant *C = LVI->getConstant(V, CS.getParent(), CS.getInstruction()); 570 Constant *C = LVI->getConstant(V, CS.getParent(), CS.getInstruction()); 579 for (Value *V : CS.args()) { 584 if (Type && !CS.paramHasAttr(ArgNo, Attribute::NonNull) && 588 CS.getInstruction()) == LazyValueInfo::False) 593 assert(ArgNo == CS.arg_size() && "sanity check"); 598 AttributeList AS = CS.getAttributes(); 599 LLVMContext &Ctx = CS.getInstruction()->getContext(); 602 CS.setAttributes(AS);