Searched refs:isArrayTy (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp64 if (Ty->isArrayTy()) {
H A DCGDecl.cpp1071 if (OrigTy->isArrayTy()) {
1249 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())
1261 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()))
1272 if (Ty->isArrayTy())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp23 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || StoredTy->isStructTy() ||
24 StoredTy->isArrayTy())
169 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
224 StoredVal->getType()->isArrayTy())
249 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy())
H A DLocal.cpp1381 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy());
H A DSimplifyLibCalls.cpp1378 assert(Op->getType()->isArrayTy() && "Unexpected signature for cabs!");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h221 bool isArrayTy() const { return getTypeID() == ArrayTyID; } function in class:llvm::Type
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp159 if (SrcEltTy->isArrayTy())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp248 } else if (CstTy->isArrayTy())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp967 assert((RetTy->isStructTy() || RetTy->isArrayTy()) &&
1041 assert(RetTy->isStructTy() || RetTy->isArrayTy());
H A DGlobalOpt.cpp2445 if (Init->getType()->isArrayTy())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp57 if (T->isArrayTy())
H A DARMFastISel.cpp3040 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h246 if (eltType->isArrayTy()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2082 if (StrippedPtrEltTy->isArrayTy() &&
2142 StrippedPtrEltTy->isArrayTy()) {
2211 ((GEPEltType->isArrayTy() && SrcEltType->isVectorTy() &&
2213 (GEPEltType->isVectorTy() && SrcEltType->isArrayTy() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h948 return Ty->isArrayTy();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1464 return (FTy.getParamType(0)->isArrayTy() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp654 if (ArgTy->isStructTy() || ArgTy->isArrayTy())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1361 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp672 if (Ty->isStructTy() || Ty->isArrayTy()) {
H A DConstants.cpp1415 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) &&
H A DVerifier.cpp577 Assert(GVar && GVar->getValueType()->isArrayTy(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4012 bool IsArray = FullTy->isArrayTy();
4054 bool IsArray = CurTy->isArrayTy();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4497 if (A->getType()->isArrayTy()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4130 if ((!SliceTy || (SliceTy->isArrayTy() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3092 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy())

Completed in 274 milliseconds

12