Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:tmp5

2559     llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond");
2561 tmp5 = Builder.CreateBitCast(tmp5, RHS->getType());
2563 return tmp5;