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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp 546 cast<ConstantSDNode>(N.getOperand(2))->getAPIntValue() == 1 &&
    [all...]
SelectionDAG.cpp 138 if (cast<ConstantSDNode>(NotZero)->getAPIntValue().countTrailingOnes() <
    [all...]
SelectionDAGDumper.cpp 370 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 333 if (Imm->getAPIntValue().isSignedIntN(8))
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 164 milliseconds