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

  /external/llvm/include/llvm/IR/
Type.h 246 /// isSingleValueType - Return true if the type is a valid type for a
250 bool isSingleValueType() const {
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 458 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) &&
493 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
    [all...]
LoopRerollPass.cpp 447 if (!I->getType()->isSingleValueType())
    [all...]
SCCP.cpp 229 if (GV->getType()->getElementType()->isSingleValueType()) {
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 42 while (!T->isSingleValueType()) {
113 if (SrcETy->isSingleValueType()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 180 if (!STy->getElementType(i)->isSingleValueType()) {
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 919 milliseconds