Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h418 bool IncludeWrapFlags = true);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp348 void Instruction::copyIRFlags(const Value *V, bool IncludeWrapFlags) { in copyIRFlags() argument
350 if (IncludeWrapFlags && isa<OverflowingBinaryOperator>(this)) { in copyIRFlags()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h497 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1093 bool IncludeWrapFlags) { in propagateIRFlags() argument
1102 VecOp->copyIRFlags(Intersection, IncludeWrapFlags); in propagateIRFlags()