Lines Matching refs:OnlyIfReducedTy

1223   Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr;  in getWithOperands()  local
1240 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands()
1243 OnlyIfReducedTy); in getWithOperands()
1245 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands()
1248 OnlyIfReducedTy); in getWithOperands()
1250 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands()
1253 OnlyIfReducedTy); in getWithOperands()
1257 OnlyIfReducedTy); in getWithOperands()
1261 OnlyIfReducedTy); in getWithOperands()
1265 OnlyIfReducedTy); in getWithOperands()
1844 unsigned Flags, Type *OnlyIfReducedTy) { in get() argument
1913 if (OnlyIfReducedTy == C1->getType()) in get()
1988 Type *OnlyIfReducedTy) { in getSelect() argument
1994 if (OnlyIfReducedTy == V1->getType()) in getSelect()
2006 Type *OnlyIfReducedTy) { in getGetElementPtr() argument
2023 if (OnlyIfReducedTy == ReqTy) in getGetElementPtr()
2096 Type *OnlyIfReducedTy) { in getExtractElement() argument
2106 if (OnlyIfReducedTy == ReqTy) in getExtractElement()
2118 Constant *Idx, Type *OnlyIfReducedTy) { in getInsertElement() argument
2129 if (OnlyIfReducedTy == Val->getType()) in getInsertElement()
2141 Constant *Mask, Type *OnlyIfReducedTy) { in getShuffleVector() argument
2152 if (OnlyIfReducedTy == ShufTy) in getShuffleVector()
2165 Type *OnlyIfReducedTy) { in getInsertValue() argument
2177 if (OnlyIfReducedTy == ReqTy) in getInsertValue()
2188 Type *OnlyIfReducedTy) { in getExtractValue() argument
2201 if (OnlyIfReducedTy == ReqTy) in getExtractValue()