Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp268 void Instruction::copyIRFlags(const Value *V, bool IncludeWrapFlags) { in copyIRFlags() argument
270 if (IncludeWrapFlags && isa<OverflowingBinaryOperator>(this)) { in copyIRFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h476 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);