Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h896 LLVM_ABI bool isLaunderOrStripInvariantGroup() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp789 if (AllowInvariantGroup && Call->isLaunderOrStripInvariantGroup()) in stripAndAccumulateConstantOffsets()
H A DInstruction.cpp1225 bool Instruction::isLaunderOrStripInvariantGroup() const { in isLaunderOrStripInvariantGroup() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7414 Op->isLaunderOrStripInvariantGroup()) { in foldICmpInvariantGroup()