Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InstCombiner

33 Instruction *InstCombiner::SimplifyMemTransfer(MemIntrinsic *MI) {
123 Instruction *InstCombiner::SimplifyMemSet(MemSetInst *MI) {
172 Instruction *InstCombiner::visitCallInst(CallInst &CI) {
747 Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) {
778 InstCombiner *IC;
804 InstCombineFortifiedLibCalls(InstCombiner *IC) : IC(IC), NewInstruction(0) { }
813 Instruction *InstCombiner::tryOptimizeCall(CallInst *CI, const TargetData *TD) {
900 Instruction *InstCombiner::visitCallSite(CallSite CS) {
998 bool InstCombiner::transformConstExprCastCall(CallSite CS) {
1253 InstCombiner::transformCallThroughTrampoline(CallSite CS,