Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:tmp2

3009     llvm::Value *tmp2 = Builder.CreateNot(tmp);
3017 RHSTmp = Builder.CreateBitCast(RHS, tmp2->getType());
3022 llvm::Value *tmp3 = Builder.CreateAnd(RHSTmp, tmp2);