Searched defs:NoSignedWrap (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h71 NoSignedWrap = (1 << 1) enumerator in enum:llvm::OverflowingBinaryOperator::__anon3227
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool NoSignedWrap : 1; member in struct:llvm::SDNodeFlags
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1211 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { argument
[all...]

Completed in 120 milliseconds