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

  /external/llvm/lib/IR/
Type.cpp 168 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
218 return getInt16Ty(C)->getPointerTo(AS);
242 case 16: return cast<IntegerType>(Type::getInt16Ty(C));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 212 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
257 return getInt16Ty(C)->getPointerTo(AS);
281 case 16: return cast<IntegerType>(Type::getInt16Ty(C));
  /external/llvm/include/llvm/IR/
IRBuilder.h 286 return ConstantInt::get(getInt16Ty(), C);
325 IntegerType *getInt16Ty() {
326 return Type::getInt16Ty(Context);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 202 return ConstantInt::get(getInt16Ty(), C);
234 /// getInt16Ty - Fetch the type representing a 16-bit integer.
235 IntegerType *getInt16Ty() {
236 return Type::getInt16Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 304 return ConstantInt::get(getInt16Ty(), C);
343 IntegerType *getInt16Ty() {
344 return Type::getInt16Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 304 return ConstantInt::get(getInt16Ty(), C);
343 IntegerType *getInt16Ty() {
344 return Type::getInt16Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 304 return ConstantInt::get(getInt16Ty(), C);
343 IntegerType *getInt16Ty() {
344 return Type::getInt16Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 304 return ConstantInt::get(getInt16Ty(), C);
343 IntegerType *getInt16Ty() {
344 return Type::getInt16Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 304 return ConstantInt::get(getInt16Ty(), C);
343 IntegerType *getInt16Ty() {
344 return Type::getInt16Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 304 return ConstantInt::get(getInt16Ty(), C);
343 IntegerType *getInt16Ty() {
344 return Type::getInt16Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 304 return ConstantInt::get(getInt16Ty(), C);
343 IntegerType *getInt16Ty() {
344 return Type::getInt16Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 304 return ConstantInt::get(getInt16Ty(), C);
343 IntegerType *getInt16Ty() {
344 return Type::getInt16Ty(Context);
    [all...]

Completed in 382 milliseconds