Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstruction.cpp243 void Instruction::copyIRFlags(const Value *V, bool IncludeWrapFlags) { in copyIRFlags() argument
245 if (IncludeWrapFlags && isa<OverflowingBinaryOperator>(this)) { in copyIRFlags()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DLoopUtils.h434 bool IncludeWrapFlags = true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DLoopUtils.h425 bool IncludeWrapFlags = true);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h418 bool IncludeWrapFlags = true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DLoopUtils.h434 bool IncludeWrapFlags = true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DLoopUtils.h425 bool IncludeWrapFlags = true);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstruction.h437 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DInstruction.h497 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInstruction.h592 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInstruction.h607 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInstruction.h618 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DInstruction.h607 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1093 bool IncludeWrapFlags) { in propagateIRFlags() argument
1102 VecOp->copyIRFlags(Intersection, IncludeWrapFlags); in propagateIRFlags()