OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntTy64
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
790
Type *
IntTy64
= Type::getInt64Ty(M.getContext());
793
M,
IntTy64
, true, GlobalVariable::ExternalLinkage,
794
Constant::getIntegerValue(
IntTy64
, APInt(64, ProfileVersion)),
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
541
Type *
IntTy64
= Type::getInt64Ty(II.getContext());
542
Constant *Args[] = {ConstantInt::get(
IntTy64
, Val),
543
UndefValue::get(
IntTy64
)};
703
Type *
IntTy64
= Type::getInt64Ty(II.getContext());
704
Constant *Args[] = {ConstantInt::get(
IntTy64
, Val.getZExtValue()),
705
UndefValue::get(
IntTy64
)};
[
all
...]
Completed in 354 milliseconds