Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:tmp5

3136     llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond");
3138 tmp5 = Builder.CreateBitCast(tmp5, RHS->getType());
3140 return tmp5;