HomeSort by relevance Sort by last modified time
    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));
412 Type* Int64PtrTy = Type::getInt64PtrTy(C);
417 Int64PtrTy, Int64Ty, Int64PtrTy,
425 Int64PtrTy, Int64Ty, Int64PtrTy,
433 Int64PtrTy, Int32Ty, Int64PtrTy,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 122 auto *Int64PtrTy = llvm::Type::getInt64PtrTy(Ctx);
124 Int32Ty, Int32Ty, Int64Ty, Int8PtrTy, Int64PtrTy
132 llvm::ConstantExpr::getBitCast(RegionCounters, Int64PtrTy)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 716 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx);
717 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
720 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
    [all...]

Completed in 103 milliseconds