OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLogicalShift
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h
200
inline bool
isLogicalShift
() const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp
434
assert(InnerShift->
isLogicalShift
() && "Unexpected instruction type");
658
return !(Shift.
isLogicalShift
() && match(BO, m_Not(m_Value())));
701
if (I.
isLogicalShift
() &&
InstCombineMulDivRem.cpp
71
if (I && I->
isLogicalShift
() &&
Completed in 18 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026