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

  /external/llvm/include/llvm/IR/
Type.h 239 /// isSingleValueType - Return true if the type is a valid type for a
243 bool isSingleValueType() const {
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 744 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) &&
781 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
    [all...]
LoopRerollPass.cpp 547 if (!I->getType()->isSingleValueType())
    [all...]
SCCP.cpp 231 if (GV->getType()->getElementType()->isSingleValueType()) {
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 298 if (!EltTy->isSingleValueType()) {
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 45 while (!T->isSingleValueType()) {
115 if (SrcETy->isSingleValueType()) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 270 milliseconds