OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RHSC
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp
774
if (ConstantSDNode *
RHSC
= dyn_cast<ConstantSDNode>(RHS)) {
775
if (
RHSC
->isNullValue() && LHS.hasOneUse() &&
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
424
int
RHSC
= (int)RHS->getZExtValue();
426
RHSC
= -
RHSC
;
428
if (
RHSC
>= 0 &&
RHSC
< 0x1000) { // 12 bits (unsigned)
434
OffImm = CurDAG->getTargetConstant(
RHSC
, MVT::i32);
453
int
RHSC
= (int)RHS->getZExtValue();
454
if (
RHSC
& 1) {
455
RHSC
=
RHSC
& ~1
[
all
...]
ARMISelLowering.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 261 milliseconds