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

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

Completed in 202 milliseconds