Lines Matching refs:UseInstrInfo
167 const DominatorTree *DT, bool UseInstrInfo) { in computeKnownBits() argument
170 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo)); in computeKnownBits()
176 const DominatorTree *DT, bool UseInstrInfo) { in computeKnownBits() argument
178 V, Depth, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo)); in computeKnownBits()
184 const DominatorTree *DT, bool UseInstrInfo) { in computeKnownBits() argument
187 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo)); in computeKnownBits()
267 const DominatorTree *DT, bool UseInstrInfo) { in isKnownToBeAPowerOfTwo() argument
270 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo)); in isKnownToBeAPowerOfTwo()
281 const DominatorTree *DT, bool UseInstrInfo) { in isKnownNonZero() argument
283 V, Depth, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo)); in isKnownNonZero()
312 bool UseInstrInfo) { in isKnownNonEqual() argument
315 SimplifyQuery(DL, DT, AC, safeCxtI(V2, V1, CxtI), UseInstrInfo)); in isKnownNonEqual()
339 const DominatorTree *DT, bool UseInstrInfo) { in ComputeNumSignBits() argument
341 V, Depth, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo)); in ComputeNumSignBits()
2610 if (Q.IIQ.UseInstrInfo && isNonZeroRecurrence(PN)) in isKnownNonZeroFromOperator()
4832 ExpArg, true, Q.IIQ.UseInstrInfo, Q.AC, Q.CxtI, Q.DT, Depth + 1); in computeKnownFPClass()
5317 bool UseInstrInfo) { in computeKnownFPClass() argument
5321 SimplifyQuery(DL, TLI, DT, AC, safeCxtI(V, CxtI), UseInstrInfo)); in computeKnownFPClass()
5328 const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) { in computeKnownFPClass() argument
5332 SimplifyQuery(DL, TLI, DT, AC, safeCxtI(V, CxtI), UseInstrInfo)); in computeKnownFPClass()
6292 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo); in computeConstantRangeIncludingKnownBits()
8876 bool UseInstrInfo, AssumptionCache *AC, in computeConstantRange() argument
8898 InstrInfoQuery IIQ(UseInstrInfo); in computeConstantRange()
8910 SI->getTrueValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1); in computeConstantRange()
8912 SI->getFalseValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1); in computeConstantRange()
8948 UseInstrInfo, AC, I, DT, Depth + 1); in computeConstantRange()