Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Tmp

993     Value *Tmp =
998 ICI.setOperand(0, Tmp);
1001 BinaryOperator *TheDiv = dyn_cast<BinaryOperator>(Tmp);
2079 Value *Xor = Builder->CreateXor(Op0, Op1, I.getName()+"tmp");
2089 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
2096 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");
2103 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
2110 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");