| H A D | ValueTracking.cpp | 152 bool UseInstrInfo, unsigned Depth) { in computeKnownBits() argument 154 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo), in computeKnownBits() 160 const DominatorTree *DT, bool UseInstrInfo, in computeKnownBits() argument 163 V, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo), Depth); in computeKnownBits() 169 const DominatorTree *DT, bool UseInstrInfo, in computeKnownBits() argument 173 SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo), Depth); in computeKnownBits() 269 const DominatorTree *DT, bool UseInstrInfo, in isKnownToBeAPowerOfTwo() argument 272 V, OrZero, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo), in isKnownToBeAPowerOfTwo() 336 const DominatorTree *DT, bool UseInstrInfo, in ComputeNumSignBits() argument 339 V, SimplifyQuery(DL, DT, AC, safeCxtI(V, CxtI), UseInstrInfo), Depth); in ComputeNumSignBits() [all …]
|