• Home
  • Raw
  • Download

Lines Matching refs:OnlyIfReducedTy

1136   Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr;  in getWithOperands()  local
1153 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands()
1156 OnlyIfReducedTy); in getWithOperands()
1158 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands()
1161 OnlyIfReducedTy); in getWithOperands()
1163 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands()
1166 OnlyIfReducedTy); in getWithOperands()
1172 GEPO->isInBounds(), OnlyIfReducedTy); in getWithOperands()
1177 OnlyIfReducedTy); in getWithOperands()
1181 OnlyIfReducedTy); in getWithOperands()
1734 unsigned Flags, Type *OnlyIfReducedTy) { in get() argument
1803 if (OnlyIfReducedTy == C1->getType()) in get()
1878 Type *OnlyIfReducedTy) { in getSelect() argument
1884 if (OnlyIfReducedTy == V1->getType()) in getSelect()
1896 Type *OnlyIfReducedTy) { in getGetElementPtr() argument
1923 if (OnlyIfReducedTy == ReqTy) in getGetElementPtr()
1998 Type *OnlyIfReducedTy) { in getExtractElement() argument
2008 if (OnlyIfReducedTy == ReqTy) in getExtractElement()
2020 Constant *Idx, Type *OnlyIfReducedTy) { in getInsertElement() argument
2031 if (OnlyIfReducedTy == Val->getType()) in getInsertElement()
2043 Constant *Mask, Type *OnlyIfReducedTy) { in getShuffleVector() argument
2054 if (OnlyIfReducedTy == ShufTy) in getShuffleVector()
2067 Type *OnlyIfReducedTy) { in getInsertValue() argument
2079 if (OnlyIfReducedTy == ReqTy) in getInsertValue()
2090 Type *OnlyIfReducedTy) { in getExtractValue() argument
2103 if (OnlyIfReducedTy == ReqTy) in getExtractValue()