Home
last modified time | relevance | path

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

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