Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp242 void Instruction::copyIRFlags(const Value *V, bool IncludeWrapFlags) { in copyIRFlags() argument
244 if (IncludeWrapFlags && isa<OverflowingBinaryOperator>(this)) { in copyIRFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h396 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);