Searched refs:IntTy64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1349 llvm::Type *IntTy64 = llvm::Type::getInt64Ty(M.getContext()); in setProfileVersion() local 1354 M, IntTy64, true, llvm::GlobalValue::WeakAnyLinkage, in setProfileVersion() 1355 llvm::Constant::getIntegerValue(IntTy64, in setProfileVersion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 1800 Type *IntTy64 = Type::getInt64Ty(II.getContext()); in simplifyX86extrq() local 1801 Constant *Args[] = {ConstantInt::get(IntTy64, Val), in simplifyX86extrq() 1802 UndefValue::get(IntTy64)}; in simplifyX86extrq() 1955 Type *IntTy64 = Type::getInt64Ty(II.getContext()); in simplifyX86insertq() local 1956 Constant *Args[] = {ConstantInt::get(IntTy64, Val.getZExtValue()), in simplifyX86insertq() 1957 UndefValue::get(IntTy64)}; in simplifyX86insertq()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 452 Type *IntTy64 = Type::getInt64Ty(M.getContext()); in createIRLevelProfileFlagVar() local 471 M, IntTy64, true, GlobalValue::WeakAnyLinkage, in createIRLevelProfileFlagVar() 472 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
|