Home
last modified time | relevance | path

Searched refs:IncludeWrapFlags (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp289 void Instruction::copyIRFlags(const Value *V, bool IncludeWrapFlags) { in copyIRFlags() argument
291 if (IncludeWrapFlags && isa<OverflowingBinaryOperator>(this)) { in copyIRFlags()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h490 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);