Searched defs:IsNSW (Results  1 – 4 of 4) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | InstructionSimplify.cpp | 617 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW,  in SimplifyAddInst() 681 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW,  in SimplifyAddInst()
  | 
| D | ScalarEvolution.cpp | 4481   bool IsNSW = false;  member
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstructionCombining.cpp | 356           bool IsNSW = maintainNoSignedWrap(I, B, C) && hasNoSignedWrap(*Op0);  in SimplifyAssociativeOrCommutative()  local
  | 
| /external/llvm/lib/Analysis/ | 
| D | ScalarEvolution.cpp | 3793   bool IsNSW;  member
  |