HomeSort by relevance Sort by last modified time
    Searched refs:NSW (Results 1 - 25 of 49) sorted by null

1 2

  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 185 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) {
233 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
238 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
243 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
249 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
252 // the semantics of nsw and nuw for left shifts don't match those of
254 NSW = NUW = false;
260 NSW &= BOp->hasNoSignedWrap();
276 Depth + 1, AC, DT, NSW, NUW);
285 if (NSW) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
KnownBits.h 198 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
KnownBits.h 198 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
KnownBits.h 198 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
KnownBits.h 198 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
KnownBits.h 198 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
KnownBits.h 198 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
KnownBits.h 198 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
KnownBits.h 198 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 267 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd
269 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub
271 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul
273 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
339 /// setHasNoUnsignedWrap - Set or clear the nsw flag on this instruction,
344 /// setHasNoSignedWrap - Set or clear the nsw flag on this instruction,
    [all...]
  /external/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 154 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 154 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BasicAliasAnalysis.h 154 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BasicAliasAnalysis.h 154 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BasicAliasAnalysis.h 167 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BasicAliasAnalysis.h 167 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BasicAliasAnalysis.h 167 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BasicAliasAnalysis.h 167 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 154 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BasicAliasAnalysis.h 154 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BasicAliasAnalysis.h 154 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BasicAliasAnalysis.h 167 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BasicAliasAnalysis.h 167 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BasicAliasAnalysis.h 167 DominatorTree *DT, bool &NSW, bool &NUW);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BasicAliasAnalysis.h 167 DominatorTree *DT, bool &NSW, bool &NUW);

Completed in 1487 milliseconds

1 2