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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h250 bool isSingleValueType() const { function in class:llvm::Type
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp781 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) &&
824 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
1722 if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType())
2927 !NewAI.getAllocatedType()->isSingleValueType());
3307 if (Ty->isSingleValueType()) {
3359 assert(Ty->isSingleValueType());
3374 if (!LI.isSimple() || LI.getType()->isSingleValueType())
3400 assert(Ty->isSingleValueType());
3421 if (V->getType()->isSingleValueType())
[all...]
H A DLoopRerollPass.cpp659 if (!I->getType()->isSingleValueType())
H A DSCCP.cpp294 if (GV->getValueType()->isSingleValueType()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp134 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp971 if (!EltTy->isSingleValueType()) {
H A DGlobalOpt.cpp1954 GV->getValueType()->isSingleValueType() &&
2030 if (!GV->getInitializer()->getType()->isSingleValueType()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1377 if (Ty->isSingleValueType())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4315 if (!OpTy->isSingleValueType() && OpTy->isSized()) {
H A DSelectionDAGBuilder.cpp7842 if (!OpTy->isSingleValueType() && OpTy->isSized()) {

Completed in 145 milliseconds