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

1 2

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 288 assert(!V->getType()->isStructTy() && "Should use other method");
317 assert(!V->getType()->isStructTy() && "Should use other method");
322 assert(!V->getType()->isStructTy() && "Should use other method");
360 assert(!V->getType()->isStructTy() && "Should use other method");
369 assert(!V->getType()->isStructTy() && "Should use getStructValueState");
392 assert(V->getType()->isStructTy() && "Should use getValueState");
656 if (PN.getType()->isStructTy())
715 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
760 if (EVI.getType()->isStructTy())
768 if (AggVal->getType()->isStructTy()) {
    [all...]
GVN.cpp 836 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
837 StoredVal->getType()->isStructTy() ||
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/IR/
InlineAsm.cpp 273 if (Ty->getReturnType()->isStructTy()) return false;
Value.cpp 52 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
ConstantFold.cpp 641 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
Constants.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 207 /// isStructTy - True if this is an instance of StructType.
209 bool isStructTy() const { return getTypeID() == StructTyID; }
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
DeadArgumentElimination.cpp     [all...]
ArgumentPromotion.cpp 703 Type *IdxTy = (ElTy->isStructTy() ?
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 224 if (CstTy->isStructTy()) {
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 382 else if (T->isStructTy()) {
  /frameworks/compile/slang/
slang_rs_backend.cpp 301 if (AI->getType()->isPointerTy() && AI->getType()->getPointerElementType()->isStructTy()) {
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 389 else if (RetTy->isStructTy()) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 494 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) {
    [all...]
InstructionCombining.cpp     [all...]
InstCombineCalls.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...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 510 milliseconds

1 2