Searched refs:Int64PtrTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 191 Type *Int64PtrTy = PointerType::get(Int64Ty, 0); in TEST() local 201 Type *V2Int64PtrTy = VectorType::get(Int64PtrTy, 2); in TEST() 242 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy)); in TEST() 414 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST() local 419 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST() 427 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST() 435 Int64PtrTy, Int32Ty, Int64PtrTy, in TEST() 442 Int64Ty, Int64PtrTy, Int64Ty, in TEST() 449 Int64Ty, Int64PtrTy, Int64Ty, in TEST()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 221 auto *Int64PtrTy = Type::getInt64PtrTy(Ctx); in getOrCreateRegionCounters() local 223 Type *DataTypes[] = {Int32Ty, Int32Ty, Int64Ty, Int8PtrTy, Int64PtrTy}; in getOrCreateRegionCounters() 230 ConstantExpr::getBitCast(Counters, Int64PtrTy)}; in getOrCreateRegionCounters()
|
D | GCOVProfiling.cpp | 715 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable() local 716 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize); in buildEdgeLookupTable() 719 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable()
|