HomeSort by relevance Sort by last modified time
    Searched defs:Int16Ty (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 386 auto *Int16Ty = Type::getInt16Ty(Ctx);
387 auto *Int16ArrayTy = ArrayType::get(Int16Ty, IPVK_Last + 1);
400 Int16ArrayVals[Kind] = ConstantInt::get(Int16Ty, PD.NumValueSites[Kind]);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 197 Type *Int16Ty = Type::getInt16Ty(Context);
213 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
218 Constant *Elt = ConstantInt::get(Int16Ty, 2015);
219 Constant *Undef16 = UndefValue::get(Int16Ty);
InstructionsTest.cpp 175 Type *Int16Ty = Type::getInt16Ty(C);
188 Type *V4Int16Ty = VectorType::get(Int16Ty, 4);
248 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy));
415 Type* Int16Ty = Type::getInt16Ty(C);
472 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
479 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty,
486 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1,
  /external/llvm/lib/IR/
LLVMContextImpl.h     [all...]

Completed in 102 milliseconds