Lines Matching refs:ConstantInt
176 Value *Tmp1 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
178 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
184 Value *Tmp4 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 24), in LowerBSWAP()
186 Value *Tmp3 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
188 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
190 Value *Tmp1 = Builder.CreateLShr(V,ConstantInt::get(V->getType(), 24), in LowerBSWAP()
193 ConstantInt::get(Type::getInt32Ty(Context), 0xFF0000), in LowerBSWAP()
196 ConstantInt::get(Type::getInt32Ty(Context), 0xFF00), in LowerBSWAP()
204 Value *Tmp8 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 56), in LowerBSWAP()
206 Value *Tmp7 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 40), in LowerBSWAP()
208 Value *Tmp6 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 24), in LowerBSWAP()
210 Value *Tmp5 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
212 Value* Tmp4 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
215 ConstantInt::get(V->getType(), 24), in LowerBSWAP()
218 ConstantInt::get(V->getType(), 40), in LowerBSWAP()
221 ConstantInt::get(V->getType(), 56), in LowerBSWAP()
224 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
228 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
232 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
236 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
240 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
244 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
275 Value *Count = ConstantInt::get(V->getType(), 0); in LowerCTPOP()
281 Value *MaskCst = ConstantInt::get(V->getType(), MaskValues[ct]); in LowerCTPOP()
284 ConstantInt::get(V->getType(), i), in LowerCTPOP()
291 V = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 64), in LowerCTPOP()
308 Value *ShVal = ConstantInt::get(V->getType(), i); in LowerCTLZ()
408 Value *SrcM1 = ConstantInt::get(Src->getType(), 1); in LowerIntrinsicCall()
444 CI->replaceAllUsesWith(ConstantInt::get(Type::getInt64Ty(Context), 0)); in LowerIntrinsicCall()
458 CI->replaceAllUsesWith(ConstantInt::get(CI->getType(), 1)); in LowerIntrinsicCall()
531 CI->replaceAllUsesWith(ConstantInt::get(CI->getType(), 1)); in LowerIntrinsicCall()