Searched refs:IntTy64 (Results 1 – 1 of 1) sorted by relevance
390 Type *IntTy64 = Type::getInt64Ty(II.getContext()); in SimplifyX86extrq() local391 Constant *Args[] = {ConstantInt::get(IntTy64, Val), in SimplifyX86extrq()392 UndefValue::get(IntTy64)}; in SimplifyX86extrq()552 Type *IntTy64 = Type::getInt64Ty(II.getContext()); in SimplifyX86insertq() local553 Constant *Args[] = {ConstantInt::get(IntTy64, Val.getZExtValue()), in SimplifyX86insertq()554 UndefValue::get(IntTy64)}; in SimplifyX86insertq()