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