reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
320 Function *F = CS.getCaller(); 321 DebugLoc DLoc = CS->getDebugLoc(); 322 BasicBlock *Block = CS.getParent(); 337 CS->replaceAllUsesWith(New); 338 if (auto II = dyn_cast<InvokeInst>(CS.getInstruction())) { 339 BranchInst::Create(II->getNormalDest(), CS.getInstruction()); 342 CS->eraseFromParent(); 875 VCallSite.CS.setCalledFunction(ConstantExpr::getBitCast( 876 TheFn, VCallSite.CS.getCalledValue()->getType())); 1094 CallSite CS = VCallSite.CS; 1196 ConstantInt::get(cast<IntegerType>(Call.CS.getType()), TheRetVal)); 1302 IRBuilder<> B(Call.CS.getInstruction()); 1306 Cmp = B.CreateZExt(Cmp, Call.CS->getType()); 1370 auto *RetType = cast<IntegerType>(Call.CS.getType()); 1371 IRBuilder<> B(Call.CS.getInstruction());