OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shl_0
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
693
SDValue
Shl_0
= N->getOperand(0);
697
if (
Shl_0
.getOpcode() == ISD::MUL) {
698
SDValue Mul_0 =
Shl_0
.getOperand(0); // Val
699
SDValue Mul_1 =
Shl_0
.getOperand(1); // Const
719
} else if (
Shl_0
.getOpcode() == ISD::SUB) {
720
SDValue Sub_0 =
Shl_0
.getOperand(0); // Const 0
721
SDValue Sub_1 =
Shl_0
.getOperand(1); // Val
[
all
...]
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
154
constexpr int
shl_0
= 0 << 0; // ok
member in namespace:UndefinedBehavior
/bionic/libc/arch-x86/atom/string/
ssse3-memcpy-atom.S
210
jz L(
shl_0
)
214
L(
shl_0
):
[
all
...]
Completed in 4186 milliseconds