OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEmptyTy
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
238
///
isEmptyTy
- Return true if this type is empty, that is, it has no
240
bool
isEmptyTy
() const;
/external/llvm/lib/IR/
Type.cpp
98
bool Type::
isEmptyTy
() const {
102
return NumElements == 0 || ATy->getElementType()->
isEmptyTy
();
109
if (!STy->getElementType(i)->
isEmptyTy
())
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
163
if (PN->getType()->
isEmptyTy
())
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
Completed in 626 milliseconds