HomeSort by relevance Sort by last modified time
    Searched refs:isStructTy (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 294 assert(!V->getType()->isStructTy() && "Should use other method");
323 assert(!V->getType()->isStructTy() && "Should use other method");
328 assert(!V->getType()->isStructTy() && "Should use other method");
366 assert(!V->getType()->isStructTy() && "Should use other method");
375 assert(!V->getType()->isStructTy() && "Should use getStructValueState");
398 assert(V->getType()->isStructTy() && "Should use getValueState");
661 if (PN.getType()->isStructTy())
723 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
768 if (EVI.getType()->isStructTy())
776 if (AggVal->getType()->isStructTy()) {
    [all...]
GVN.cpp 724 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
725 StoredVal->getType()->isStructTy() ||
836 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
908 if (DepSI->getValueOperand()->getType()->isStructTy() ||
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/include/llvm/
Type.h 194 /// isStructTy - True if this is an instance of StructType.
196 bool isStructTy() const { return getTypeID() == 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 185 if (!this->isStructTy())
ConstantFold.cpp 634 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
Verifier.cpp 638 F.getReturnType()->isStructTy(),
    [all...]
Constants.cpp     [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/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 347 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) {
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp 433 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 285 milliseconds