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

  /external/llvm/include/llvm/IR/
Type.h 253 /// isSingleValueType - Return true if the type is a valid type for a
257 bool isSingleValueType() const {
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 511 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) &&
547 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
    [all...]
SCCP.cpp 228 if (GV->getType()->getElementType()->isSingleValueType()) {
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 40 while (!T->isSingleValueType()) {
111 if (SrcETy->isSingleValueType()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 175 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 1071 milliseconds