Searched refs:OnlyIfReducedTy (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1170 Type *OnlyIfReducedTy = nullptr); 1177 Type *OnlyIfReducedTy = nullptr); 1184 unsigned Flags = 0, Type *OnlyIfReducedTy = nullptr); 1209 Type *OnlyIfReducedTy = nullptr) { 1212 InBounds, InRangeIndex, OnlyIfReducedTy); 1217 Type *OnlyIfReducedTy = nullptr) { 1222 OnlyIfReducedTy); 1228 Type *OnlyIfReducedTy = nullptr); 1249 Type *OnlyIfReducedTy = nullptr); 1251 Type *OnlyIfReducedTy = nullptr); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 1533 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local 1550 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands() 1553 OnlyIfReducedTy); in getWithOperands() 1555 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands() 1558 OnlyIfReducedTy); in getWithOperands() 1560 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands() 1565 OnlyIfReducedTy); in getWithOperands() 1571 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands() 1576 OnlyIfReducedTy); in getWithOperands() 1580 OnlyIfReducedTy); in getWithOperands() [all …]
|