OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntTy64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp
624
Type *
IntTy64
= Type::getInt64Ty(II.getContext());
625
Constant *Args[] = {ConstantInt::get(
IntTy64
, Val),
626
UndefValue::get(
IntTy64
)};
781
Type *
IntTy64
= Type::getInt64Ty(II.getContext());
782
Constant *Args[] = {ConstantInt::get(
IntTy64
, Val.getZExtValue()),
783
UndefValue::get(
IntTy64
)};
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
1142
Type *
IntTy64
= Type::getInt64Ty(M.getContext());
1149
M,
IntTy64
, true, GlobalValue::WeakAnyLinkage,
1150
Constant::getIntegerValue(
IntTy64
, APInt(64, ProfileVersion)), VarName);
Completed in 44 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026