HomeSort by relevance Sort by last modified time
    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 277 (C->getAPIntValue() | (~Demanded)).isAllOnesValue())
281 if (C->getAPIntValue().intersects(~Demanded)) {
285 C->getAPIntValue(),
388 KnownOne = cast<ConstantSDNode>(Op)->getAPIntValue();
401 if ((LHSZero & NewMask) == (~RHSC->getAPIntValue() & NewMask))
524 APInt Expanded = C->getAPIntValue() | (~NewMask);
527 if (Expanded != C->getAPIntValue()) {
    [all...]
DAGCombiner.cpp 556 cast<ConstantSDNode>(N.getOperand(2))->getAPIntValue() == 1 &&
    [all...]
SelectionDAG.cpp 125 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
    [all...]
SelectionDAGDumper.cpp 375 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 1368 milliseconds