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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2979 if (ArgTy->isStructTy() || ArgTy->isArrayTy())
H A DAArch64ISelLowering.cpp13185 return Ty->isArrayTy();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3539 assert((V->getType()->isStructTy() || V->getType()->isArrayTy()) &&
H A DScalarEvolution.cpp548 if (Ty->isStructTy() || Ty->isArrayTy()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5207 if (!Ty->isArrayTy() || cast<ArrayType>(Ty)->getNumElements() != 0)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp7027 assert(MvecLTypeInner->isArrayTy() &&
7067 assert(MvecLTypeInner->isArrayTy() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1534 if (C->getType()->isStructTy() || C->getType()->isArrayTy()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17423 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy();

Completed in 501 milliseconds

12