Searched refs:getAPIntValue (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DIntegersSubset.h42 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 { function in class:llvm::IntItem
106 return getAPIntValue();
145 APInt res = getAPIntValue();
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp277 (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()) {
1041 if (C->getAPIntValue() == 1)
1049 if (C->getAPIntValue().isSignBit())
1087 const APInt &C1 = N1C->getAPIntValue();
[all...]
H A DDAGCombiner.cpp556 cast<ConstantSDNode>(N.getOperand(2))->getAPIntValue() == 1 &&
1418 DAG.getConstant(N1C->getAPIntValue()+
1419 N0C->getAPIntValue(), VT),
1503 if (C->getAPIntValue() == 0)
1512 if (C->getAPIntValue() == 0)
1650 DAG.getConstant(-N1C->getAPIntValue(), VT));
1665 SDValue NewC = DAG.getConstant(N0C->getAPIntValue() - N1C1->getAPIntValue(),
1789 if (N1C && N1C->getAPIntValue().isPowerOf2())
1791 DAG.getConstant(N1C->getAPIntValue()
[all...]
H A DSelectionDAG.cpp125 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
1582 const APInt &C2 = N2C->getAPIntValue();
1584 const APInt &C1 = N1C->getAPIntValue();
1694 KnownOne = cast<ConstantSDNode>(Op)->getAPIntValue();
2007 if (CLHS->getAPIntValue().isNonNegative()) {
2008 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros();
2017 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros();
2054 const APInt &RA = Rem->getAPIntValue().abs();
2079 const APInt &RA = Rem->getAPIntValue();
2147 const APInt &Val = cast<ConstantSDNode>(Op)->getAPIntValue();
[all...]
H A DSelectionDAGDumper.cpp374 OS << '<' << CSDN->getAPIntValue() << '>';
H A DSelectionDAGISel.cpp1369 const APInt &ActualMask = RHS->getAPIntValue();
1398 const APInt &ActualMask = RHS->getAPIntValue();
H A DLegalizeIntegerTypes.cpp1699 const APInt &Cst = cast<ConstantSDNode>(N)->getAPIntValue();
2576 (Tmp2C && Tmp2C->getAPIntValue() == 1 &&
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp233 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8960 if (C->getAPIntValue() == 1) {
8967 if (C->getAPIntValue().isAllOnesValue()) {
9095 if (C->getAPIntValue() == 0)
9596 if (C && C->getAPIntValue() == 1)
9784 if (N1C && N1C->getAPIntValue() == 1) {
9833 if (C && C->getAPIntValue() == 1)
15600 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
15610 if (FalseC->getAPIntValue() == 0 &&
15611 TrueC->getAPIntValue()
[all...]
H A DX86ISelDAGToDAG.cpp334 if (Imm->getAPIntValue().isSignedIntN(8))
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1165 const APInt &getAPIntValue() const { return Value->getValue(); } function in class:llvm::SDNode::ConstantSDNode
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4609 unsigned index = constIndex->getAPIntValue().getLimitedValue() %
5356 const APInt &CInt = C->getAPIntValue();
8366 if (DAG.MaskedValueIsZero(N1, MaskC->getAPIntValue()) &&

Completed in 374 milliseconds