HomeSort by relevance Sort by last modified time
    Searched refs:getAPIntValue (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 299 (C->getAPIntValue() | (~Demanded)).isAllOnesValue())
303 if (C->getAPIntValue().intersects(~Demanded)) {
307 C->getAPIntValue(),
414 KnownOne = cast<ConstantSDNode>(Op)->getAPIntValue();
427 if ((LHSZero & NewMask) == (~RHSC->getAPIntValue() & NewMask))
550 APInt Expanded = C->getAPIntValue() | (~NewMask);
553 if (Expanded != C->getAPIntValue()) {
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 124 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
168 if (CN->getAPIntValue().countTrailingZeros() < EltSize)
    [all...]
SelectionDAGDumper.cpp 391 OS << '<' << CSDN->getAPIntValue() << '>';
SelectionDAGISel.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 229 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 350 if (Imm->getAPIntValue().isSignedIntN(8))
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 569 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 732 milliseconds