OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int32PtrTy
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
193
Type *
Int32PtrTy
= PointerType::getUnqual(IRB.getInt32Ty());
198
M.getOrInsertFunction(kSanCovName, VoidTy,
Int32PtrTy
, nullptr));
200
M.getOrInsertFunction(kSanCovWithCheckName, VoidTy,
Int32PtrTy
, nullptr));
217
M.getOrInsertFunction(kSanCovTraceEnter, VoidTy,
Int32PtrTy
, nullptr));
219
M.getOrInsertFunction(kSanCovTraceBB, VoidTy,
Int32PtrTy
, nullptr));
249
IRB.CreatePointerCast(RealGuardArray,
Int32PtrTy
));
277
{
Int32PtrTy
, IntptrTy, Int8PtrTy, Int8PtrTy},
278
{IRB.CreatePointerCast(RealGuardArray,
Int32PtrTy
),
466
Type *
Int32PtrTy
= PointerType::getUnqual(IRB.getInt32Ty());
467
GuardP = IRB.CreateIntToPtr(GuardP,
Int32PtrTy
);
[
all
...]
/external/llvm/unittests/IR/
InstructionsTest.cpp
190
Type *
Int32PtrTy
= PointerType::get(Int32Ty, 0);
202
Type *V2Int32PtrTy = VectorType::get(
Int32PtrTy
, 2);
203
Type *V4Int32PtrTy = VectorType::get(
Int32PtrTy
, 4);
225
EXPECT_FALSE(CastInst::isBitCastable(
Int32PtrTy
, Int32PtrAS1Ty));
226
EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty,
Int32PtrTy
));
239
EXPECT_FALSE(CastInst::isBitCastable(
Int32PtrTy
, V2Int32PtrTy));
240
EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy,
Int32PtrTy
));
242
EXPECT_TRUE(CastInst::isBitCastable(
Int32PtrTy
, Int64PtrTy));
ConstantsTest.cpp
130
Type *
Int32PtrTy
= Type::getInt32PtrTy(C);
133
VectorType *Int32PtrVecTy = VectorType::get(
Int32PtrTy
, 4);
142
EXPECT_EQ(Constant::getNullValue(
Int32PtrTy
),
144
Constant::getNullValue(Int8PtrTy),
Int32PtrTy
));
/external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp
220
Type *
Int32PtrTy
;
286
Int32PtrTy
= PointerType::getUnqual(Int32Ty);
[
all
...]
Completed in 158 milliseconds