Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Tmp4

184     Value *Tmp4 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 24),
198 Tmp4 = Builder.CreateOr(Tmp4, Tmp3, "bswap.or1");
200 V = Builder.CreateOr(Tmp4, Tmp2, "bswap.i32");
212 Value* Tmp4 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
235 Tmp4 = Builder.CreateAnd(Tmp4,
249 Tmp4 = Builder.CreateOr(Tmp4, Tmp3, "bswap.or3");
252 Tmp4 = Builder.CreateOr(Tmp4, Tmp2, "bswap.or6");
253 V = Builder.CreateOr(Tmp8, Tmp4, "bswap.i64");