Lines Matching defs:UseInstrInfo
167 const DominatorTree *DT, bool UseInstrInfo) {
170 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
176 const DominatorTree *DT, bool UseInstrInfo) {
178 V, Depth, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
184 const DominatorTree *DT, bool UseInstrInfo) {
187 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
283 const DominatorTree *DT, bool UseInstrInfo) {
286 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
321 bool UseInstrInfo) {
330 SimplifyQuery(DL, DT, AC, safeCxtI(V2, V1, CxtI), UseInstrInfo));
354 const DominatorTree *DT, bool UseInstrInfo) {
356 V, Depth, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo));
3135 if (Q.IIQ.UseInstrInfo && isNonZeroRecurrence(PN))
5630 ExpArg, true, Q.IIQ.UseInstrInfo, Q.AC, Q.CxtI, Q.DT, Depth + 1);
7203 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo);
9478 L1, ICmpInst::isSigned(LPred), /* UseInstrInfo=*/true, /*AC=*/nullptr,
9481 R1, ICmpInst::isSigned(RPred), /* UseInstrInfo=*/true, /*AC=*/nullptr,
9907 bool UseInstrInfo) {
9914 if (!UseInstrInfo || !match(II.getArgOperand(1), m_One()))
10088 bool UseInstrInfo, AssumptionCache *AC,
10101 InstrInfoQuery IIQ(UseInstrInfo);
10110 CR = getRangeForIntrinsic(*II, UseInstrInfo);
10113 SI->getTrueValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1);
10115 SI->getFalseValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1);
10158 UseInstrInfo, AC, I, DT, Depth + 1);