Lines Matching defs:Tmp2
65 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
67 V = Builder.CreateOr(Tmp1, Tmp2, "bswap.i16");
75 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
82 Tmp2 = Builder.CreateAnd(Tmp2,
86 Tmp2 = Builder.CreateOr(Tmp2, Tmp1, "bswap.or2");
87 V = Builder.CreateOr(Tmp4, Tmp2, "bswap.i32");
104 Value* Tmp2 = Builder.CreateLShr(V,
130 Tmp2 = Builder.CreateAnd(Tmp2,
137 Tmp2 = Builder.CreateOr(Tmp2, Tmp1, "bswap.or4");
139 Tmp4 = Builder.CreateOr(Tmp4, Tmp2, "bswap.or6");