Home
last modified time | relevance | path

Searched refs:OnlyIfReducedTy (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h1065 Type *OnlyIfReducedTy = nullptr);
1072 unsigned Flags = 0, Type *OnlyIfReducedTy = nullptr);
1095 Type *OnlyIfReducedTy = nullptr) {
1098 InBounds, OnlyIfReducedTy);
1102 Type *OnlyIfReducedTy = nullptr) {
1106 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy);
1111 Type *OnlyIfReducedTy = nullptr);
1132 Type *OnlyIfReducedTy = nullptr);
1134 Type *OnlyIfReducedTy = nullptr);
1136 Type *OnlyIfReducedTy = nullptr);
[all …]
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp1255 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local
1272 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands()
1275 OnlyIfReducedTy); in getWithOperands()
1277 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands()
1280 OnlyIfReducedTy); in getWithOperands()
1282 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands()
1285 OnlyIfReducedTy); in getWithOperands()
1289 OnlyIfReducedTy); in getWithOperands()
1293 OnlyIfReducedTy); in getWithOperands()
1297 OnlyIfReducedTy); in getWithOperands()
[all …]