OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLogicalShift
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
129
///
isLogicalShift
- Return true if this is a logical shift left or a logical
131
inline bool
isLogicalShift
() const {
/external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp
377
if (TrOp && I.
isLogicalShift
() && TrOp->isShift() &&
[
all
...]
InstCombineMulDivRem.cpp
49
if (I->
isLogicalShift
() &&
[
all
...]
InstCombineAndOrXor.cpp
[
all
...]
Completed in 628 milliseconds