Lines Matching defs:UseInstrInfo
168 const DominatorTree *DT, bool UseInstrInfo) {
171 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
177 const DominatorTree *DT, bool UseInstrInfo) {
179 V, Depth, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
185 const DominatorTree *DT, bool UseInstrInfo) {
188 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
275 const DominatorTree *DT, bool UseInstrInfo) {
278 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
313 bool UseInstrInfo) {
321 SimplifyQuery(DL, DT, AC, safeCxtI(V2, V1, CxtI), UseInstrInfo));
345 const DominatorTree *DT, bool UseInstrInfo) {
347 V, Depth, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
2942 if (Q.IIQ.UseInstrInfo && isNonZeroRecurrence(PN))
5444 ExpArg, true, Q.IIQ.UseInstrInfo, Q.AC, Q.CxtI, Q.DT, Depth + 1);
6963 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo);
9107 L1, ICmpInst::isSigned(LPred), /* UseInstrInfo=*/true, /*AC=*/nullptr,
9110 R1, ICmpInst::isSigned(RPred), /* UseInstrInfo=*/true, /*AC=*/nullptr,
9687 bool UseInstrInfo, AssumptionCache *AC,
9700 InstrInfoQuery IIQ(UseInstrInfo);
9712 SI->getTrueValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1);
9714 SI->getFalseValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1);
9757 UseInstrInfo, AC, I, DT, Depth + 1);