HomeSort by relevance Sort by last modified time
    Searched refs:isSized (Results 26 - 43 of 43) sorted by null

12

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 94 if (!AllocElTy->isSized() || !CastElTy->isSized()) return nullptr;
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 333 if (!GEPOp->getOperand(0)->getType()->getPointerElementType()->isSized())
    [all...]
ScalarEvolutionExpander.cpp 418 if (ElTy->isSized()) {
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 854 if (!PTy->getElementType()->isSized())
    [all...]
Core.cpp 269 return unwrap(Ty)->isSized();
    [all...]
Instructions.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 278 if (!ObjType->isSized())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 597 if (Alignment == 0 && Ty->isSized() && !Subtarget->isTargetDarwin())
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 306 milliseconds

12