OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAPIntValue
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/Support/
IntegersSubset.h
42
return
getAPIntValue
().func(RHS); \
47
APInt res = op(
getAPIntValue
()); \
54
APInt res =
getAPIntValue
() op RHS; \
61
APInt res =
getAPIntValue
();\
70
APInt res =
getAPIntValue
(); \
79
APInt res =
getAPIntValue
();\
89
return (*this) op APInt(
getAPIntValue
().getBitWidth(), RHS); \
98
const APInt&
getAPIntValue
() const {
106
return
getAPIntValue
();
145
APInt res =
getAPIntValue
();
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
279
(C->
getAPIntValue
() | (~Demanded)).isAllOnesValue())
283
if (C->
getAPIntValue
().intersects(~Demanded)) {
287
C->
getAPIntValue
(),
390
KnownOne = cast<ConstantSDNode>(Op)->
getAPIntValue
();
403
if ((LHSZero & NewMask) == (~RHSC->
getAPIntValue
() & NewMask))
526
APInt Expanded = C->
getAPIntValue
() | (~NewMask);
529
if (Expanded != C->
getAPIntValue
()) {
[
all
...]
DAGCombiner.cpp
565
cast<ConstantSDNode>(N.getOperand(2))->
getAPIntValue
() == 1 &&
[
all
...]
SelectionDAG.cpp
124
if (CN->
getAPIntValue
().countTrailingOnes() < EltSize)
[
all
...]
SelectionDAGDumper.cpp
371
OS << '<' << CSDN->
getAPIntValue
() << '>';
SelectionDAGISel.cpp
[
all
...]
LegalizeIntegerTypes.cpp
[
all
...]
/external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp
233
CurDAG->MaskedValueIsZero(N.getOperand(0), CN->
getAPIntValue
())) {
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
X86ISelDAGToDAG.cpp
334
if (Imm->
getAPIntValue
().isSignedIntN(8))
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 358 milliseconds