HomeSort by relevance Sort by last modified time
    Searched refs:Int64PtrTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/IR/
InstructionsTest.cpp 136 Type *Int64PtrTy = PointerType::get(Int64Ty, 0);
146 Type *V2Int64PtrTy = VectorType::get(Int64PtrTy, 2);
180 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy));
335 Type* Int64PtrTy = Type::getInt64PtrTy(C);
340 Int64PtrTy, Int64Ty, Int64PtrTy,
348 Int64PtrTy, Int64Ty, Int64PtrTy,
356 Int64PtrTy, Int32Ty, Int64PtrTy,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 630 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx);
631 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
634 Constant *NullValue = Constant::getNullValue(Int64PtrTy);

Completed in 6540 milliseconds