Searched refs:isSingleValueType (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/
H A DType.h234 /// isSingleValueType - Return true if the type is a valid type for a
238 bool isSingleValueType() const { function in class:llvm::Type
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp83 while (!SrcETy->isSingleValueType()) {
98 if (SrcETy->isSingleValueType()) {
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp174 if (!STy->getElementType(i)->isSingleValueType()) {
H A DGlobalOpt.cpp1943 GV->getType()->getElementType()->isSingleValueType() &&
2002 } else if (!GV->getInitializer()->getType()->isSingleValueType()) {
2341 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType())
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp228 if (GV->getType()->getElementType()->isSingleValueType()) {
H A DScalarReplAggregates.cpp2255 if (EltTy->isSingleValueType()) {
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp634 if (!SrcTy->isSingleValueType())
638 if (!DestTy->isSingleValueType())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2942 if (!OpTy->isSingleValueType() && OpTy->isSized()) {
H A DSelectionDAGBuilder.cpp5780 if (!OpTy->isSingleValueType() && OpTy->isSized()) {
6341 if (CS.getType()->isSingleValueType() && CS.getType()->isSized()) {

Completed in 132 milliseconds