Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:tmp2

2492     llvm::Value *tmp2 = Builder.CreateNot(tmp);
2500 RHSTmp = Builder.CreateBitCast(RHS, tmp2->getType());
2505 llvm::Value *tmp3 = Builder.CreateAnd(RHSTmp, tmp2);