OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int64PtrTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/unittests/IR/
InstructionsTest.cpp
191
Type *
Int64PtrTy
= PointerType::get(Int64Ty, 0);
201
Type *V2Int64PtrTy = VectorType::get(
Int64PtrTy
, 2);
242
EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy,
Int64PtrTy
));
414
Type*
Int64PtrTy
= Type::getInt64PtrTy(C);
419
Int64PtrTy
, Int64Ty,
Int64PtrTy
,
427
Int64PtrTy
, Int64Ty,
Int64PtrTy
,
435
Int64PtrTy
, Int32Ty,
Int64PtrTy
,
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
170
Type *IntptrTy, *Int64Ty, *
Int64PtrTy
;
194
Int64PtrTy
= PointerType::getUnqual(IRB.getInt64Ty());
209
kSanCovTraceSwitch, VoidTy, Int64Ty,
Int64PtrTy
, nullptr));
407
{Cond, IRB.CreatePointerCast(GV,
Int64PtrTy
)});
GCOVProfiling.cpp
721
Type *
Int64PtrTy
= Type::getInt64PtrTy(*Ctx);
722
ArrayType *EdgeTableTy = ArrayType::get(
Int64PtrTy
, TableSize);
725
Constant *NullValue = Constant::getNullValue(
Int64PtrTy
);
[
all
...]
Completed in 69 milliseconds