OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStructTy
(Results
1 - 21
of
21
) sorted by null
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
298
assert(!V->getType()->
isStructTy
() && "Should use other method");
327
assert(!V->getType()->
isStructTy
() && "Should use other method");
332
assert(!V->getType()->
isStructTy
() && "Should use other method");
370
assert(!V->getType()->
isStructTy
() && "Should use other method");
379
assert(!V->getType()->
isStructTy
() && "Should use getStructValueState");
402
assert(V->getType()->
isStructTy
() && "Should use getValueState");
688
if (PN.getType()->
isStructTy
())
764
if (!TrackedRetVals.empty() && !ResultOp->getType()->
isStructTy
()) {
809
if (EVI.getType()->
isStructTy
())
817
if (AggVal->getType()->
isStructTy
()) {
[
all
...]
GVN.cpp
662
if (LoadTy->
isStructTy
() || LoadTy->isArrayTy() ||
663
StoredVal->getType()->
isStructTy
() ||
774
if (LoadTy->
isStructTy
() || LoadTy->isArrayTy())
846
if (DepSI->getValueOperand()->getType()->
isStructTy
() ||
862
if (DepLI->getType()->
isStructTy
() || DepLI->getType()->isArrayTy())
[
all
...]
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/include/llvm/
Type.h
175
///
isStructTy
- True if this is an instance of StructType.
177
bool
isStructTy
() const { return ID == StructTyID; }
/external/llvm/lib/VMCore/
InlineAsm.cpp
282
if (Ty->getReturnType()->
isStructTy
()) return false;
Value.cpp
49
assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->
isStructTy
()) &&
Type.cpp
181
if (!this->
isStructTy
())
Verifier.cpp
630
F.getReturnType()->
isStructTy
(),
[
all
...]
Constants.cpp
[
all
...]
ConstantFold.cpp
636
if (Ty->
isStructTy
() || Ty->isArrayTy()) {
[
all
...]
/external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp
850
assert(RetTy->
isStructTy
() &&
[
all
...]
ArgumentPromotion.cpp
694
Type *IdxTy = (ElTy->
isStructTy
() ?
[
all
...]
GlobalOpt.cpp
459
assert((*GEPI)->
isStructTy
() &&
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
277
if (SrcPTy->isArrayTy() || SrcPTy->
isStructTy
()) {
InstCombineCalls.cpp
[
all
...]
InstructionCombining.cpp
811
EndsWithSequential = !(*I)->
isStructTy
();
[
all
...]
/external/llvm/lib/Analysis/
ValueTracking.cpp
[
all
...]
ScalarEvolution.cpp
411
if (Ty->
isStructTy
() || Ty->isArrayTy()) {
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 331 milliseconds