OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEmptyTy
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
247
bool
isEmptyTy
() const;
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
105
bool Type::
isEmptyTy
() const {
108
return NumElements == 0 || ATy->getElementType()->
isEmptyTy
();
114
if (!STy->getElementType(i)->
isEmptyTy
())
ConstantFold.cpp
1679
if (Ty->
isEmptyTy
())
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h
82
assert(((Ty->isVoidTy() || Ty->
isEmptyTy
()) ==
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
289
if (PN.getType()->
isEmptyTy
())
FastISel.cpp
740
assert(!V->getType()->
isEmptyTy
() && "Empty type passed to intrinsic.");
980
assert(!V->getType()->
isEmptyTy
() && "Empty type passed to intrinsic.");
1132
if (V->getType()->
isEmptyTy
())
SelectionDAGBuilder.cpp
2044
if (V->getType()->
isEmptyTy
())
7435
if (V->getType()->
isEmptyTy
())
8991
assert(!V->getType()->
isEmptyTy
() && "Empty type passed to intrinsic.");
9896
Arg->getType()->
isEmptyTy
() ||
10394
if (PN.getType()->
isEmptyTy
())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
2531
if (!cast<PointerType>(LHS->getType())->
isEmptyTy
() &&
2532
!cast<PointerType>(RHS->getType())->
isEmptyTy
() &&
Completed in 35 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026