HomeSort by relevance Sort by last modified time
    Searched refs:getArrayElementType (Results 1 - 25 of 37) sorted by null

1 2

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 50 SPIRVType::getArrayElementType() const {
SPIRVType.h 67 SPIRVType *getArrayElementType() const;
  /external/r8/src/main/java/com/android/tools/r8/ir/conversion/
JarState.java 6 import static com.android.tools.r8.ir.conversion.JarSourceCode.getArrayElementType;
116 && isReferenceCompatible(getArrayElementType(type), getArrayElementType(other)));
  /external/llvm/include/llvm/IR/
Type.h 345 Type *getArrayElementType() const { return getSequentialElementType(); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 347 Type *getArrayElementType() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Type.h 351 Type *getArrayElementType() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Type.h 351 Type *getArrayElementType() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Type.h 351 Type *getArrayElementType() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 351 Type *getArrayElementType() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Type.h 351 Type *getArrayElementType() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Type.h 351 Type *getArrayElementType() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Type.h 351 Type *getArrayElementType() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 351 Type *getArrayElementType() const {
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 241 return isConstantUsingVectorTy(CstTy->getArrayElementType());
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 1031 return transTypeDesc(PointerType::get(Ty->getArrayElementType(), 0), Info);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 344 return VectorType::get(ArrayTy->getArrayElementType(),

Completed in 894 milliseconds

1 2