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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp 511 cast<ConstantSDNode>(N.getOperand(2))->getAPIntValue() == 1 &&
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 354 (C->getAPIntValue() | (~Demanded)).isAllOnesValue())
358 if (C->getAPIntValue().intersects(~Demanded)) {
362 C->getAPIntValue(),
468 KnownOne = cast<ConstantSDNode>(Op)->getAPIntValue();
481 if ((LHSZero & NewMask) == (~RHSC->getAPIntValue() & NewMask))
604 APInt Expanded = C->getAPIntValue() | (~NewMask);
607 if (Expanded != C->getAPIntValue()) {
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 139 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
178 if (CN->getAPIntValue().countTrailingZeros() < EltSize)
    [all...]
SelectionDAGDumper.cpp 424 OS << '<' << CSDN->getAPIntValue() << '>';
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 228 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 233 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 334 if (Imm->getAPIntValue().isSignedIntN(8))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 303 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
  /external/llvm/lib/Target/ARM/
ARMISelLowering.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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 437 if (Imm->getAPIntValue().isSignedIntN(8))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 902 milliseconds

1 2