Lines Matching refs:OnlyIfReducedTy
1464 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local
1481 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands()
1484 OnlyIfReducedTy); in getWithOperands()
1486 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands()
1491 OnlyIfReducedTy); in getWithOperands()
1497 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
1502 OnlyIfReducedTy); in getWithOperands()
1506 OnlyIfReducedTy); in getWithOperands()
2234 Type *OnlyIfReducedTy) { in get() argument
2254 if (OnlyIfReducedTy == C->getType()) in get()
2265 unsigned Flags, Type *OnlyIfReducedTy) { in get() argument
2315 if (OnlyIfReducedTy == C1->getType()) in get()
2443 Type *OnlyIfReducedTy) { in getSelect() argument
2449 if (OnlyIfReducedTy == V1->getType()) in getSelect()
2462 Type *OnlyIfReducedTy) { in getGetElementPtr() argument
2490 if (OnlyIfReducedTy == ReqTy) in getGetElementPtr()
2575 Type *OnlyIfReducedTy) { in getExtractElement() argument
2585 if (OnlyIfReducedTy == ReqTy) in getExtractElement()
2597 Constant *Idx, Type *OnlyIfReducedTy) { in getInsertElement() argument
2608 if (OnlyIfReducedTy == Val->getType()) in getInsertElement()
2621 Type *OnlyIfReducedTy) { in getShuffleVector() argument
2634 if (OnlyIfReducedTy == ShufTy) in getShuffleVector()