Searched refs:IntTy64 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 1337 llvm::Type *IntTy64 = llvm::Type::getInt64Ty(M.getContext()); in setProfileVersion() local 1342 M, IntTy64, true, llvm::GlobalValue::WeakAnyLinkage, in setProfileVersion() 1343 llvm::Constant::getIntegerValue(IntTy64, in setProfileVersion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1804 Type *IntTy64 = Type::getInt64Ty(II.getContext()); in simplifyX86extrq() local 1805 Constant *Args[] = {ConstantInt::get(IntTy64, Val), in simplifyX86extrq() 1806 UndefValue::get(IntTy64)}; in simplifyX86extrq() 1961 Type *IntTy64 = Type::getInt64Ty(II.getContext()); in simplifyX86insertq() local 1962 Constant *Args[] = {ConstantInt::get(IntTy64, Val.getZExtValue()), in simplifyX86insertq() 1963 UndefValue::get(IntTy64)}; in simplifyX86insertq()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 397 Type *IntTy64 = Type::getInt64Ty(M.getContext()); in createIRLevelProfileFlagVar() local 413 M, IntTy64, true, GlobalValue::WeakAnyLinkage, in createIRLevelProfileFlagVar() 414 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
|