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

  /external/llvm/include/llvm/IR/
DerivedTypes.h 70 /// getSignBit - Return a uint64_t with just the most significant bit set (the
72 uint64_t getSignBit() const {
  /external/llvm/lib/Analysis/
ValueTracking.cpp 115 KnownZero |= APInt::getSignBit(BitWidth);
118 KnownOne |= APInt::getSignBit(BitWidth);
122 KnownZero |= APInt::getSignBit(BitWidth);
125 KnownOne |= APInt::getSignBit(BitWidth);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 698 APInt SignBit(APInt::getSignBit(BitWidth));
728 APInt Mask2 = LowBits | APInt::getSignBit(BitWidth);
    [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineShifts.cpp     [all...]
InstCombineAndOrXor.cpp 519 Y = ConstantInt::get(I->getContext(), APInt::getSignBit(C->getBitWidth()));
526 Y = ConstantInt::get(I->getContext(), APInt::getSignBit(C->getBitWidth()));
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 394 /// \brief Check if the APInt's value is returned by getSignBit.
396 /// \returns true if this is the value returned by getSignBit.
441 static APInt getSignBit(unsigned BitWidth) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 757 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits());
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 670 milliseconds