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

1 2

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 287 assert(!V->getType()->isStructTy() && "Should use other method");
316 assert(!V->getType()->isStructTy() && "Should use other method");
321 assert(!V->getType()->isStructTy() && "Should use other method");
359 assert(!V->getType()->isStructTy() && "Should use other method");
368 assert(!V->getType()->isStructTy() && "Should use getStructValueState");
391 assert(V->getType()->isStructTy() && "Should use getValueState");
654 if (PN.getType()->isStructTy())
713 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
758 if (EVI.getType()->isStructTy())
766 if (AggVal->getType()->isStructTy()) {
    [all...]
GVN.cpp 819 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
820 StoredVal->getType()->isStructTy() ||
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 210 /// isStructTy - True if this is an instance of StructType.
212 bool isStructTy() const { return getTypeID() == StructTyID; }
  /external/llvm/lib/IR/
InlineAsm.cpp 283 if (Ty->getReturnType()->isStructTy()) return false;
Value.cpp 52 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
Type.cpp 168 if (!this->isStructTy())
ConstantFold.cpp 638 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
Verifier.cpp     [all...]
Constants.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
ArgumentPromotion.cpp 687 Type *IdxTy = (ElTy->isStructTy() ?
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 382 else if (T->isStructTy()) {
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 385 else if (RetTy->isStructTy()) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 471 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) {
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp 441 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 576 milliseconds

1 2