Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp667 if (!ArgTy->isSingleValueType()) in isArgumentInteresting()
711 if (!GV->getValueType()->isSingleValueType()) in getCandidateConstant()
H A DGlobalOpt.cpp1504 GV->getValueType()->isSingleValueType() && in processInternalGlobal()
1583 if (!GV->getInitializer()->getType()->isSingleValueType()) { in processInternalGlobal()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h280 bool isSingleValueType() const { in isSingleValueType() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp885 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) && in visitLoadInst()
926 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) && in visitStoreInst()
1921 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType()) in canConvertValue()
3245 !NewAI.getAllocatedType()->isSingleValueType()); in visitMemTransferInst()
3651 if (Ty->isSingleValueType()) { in emitSplitOps()
3704 assert(Ty->isSingleValueType()); in emitFunc()
3724 if (!LI.isSimple() || LI.getType()->isSingleValueType()) in visitLoadInst()
3751 assert(Ty->isSingleValueType()); in emitFunc()
3795 if (V->getType()->isSingleValueType()) in visitStoreInst()
3946 if (Ty->isSingleValueType()) in stripAggregateTypeWrapping()
H A DLoopRerollPass.cpp660 if (!I->getType()->isSingleValueType()) in collectPossibleReductions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp314 if (!OpTy->isSingleValueType()) { in lowerInlineAsm()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp595 if (GV->getValueType()->isSingleValueType()) { in trackValueOfGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13004 } else if (CurrentType->isSingleValueType()) { in getAggregateSize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5449 if (!OpTy->isSingleValueType() && OpTy->isSized()) { in ParseConstraints()