HomeSort by relevance Sort by last modified time
    Searched refs:getSignBit (Results 1 - 15 of 15) 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 262 KnownZero |= APInt::getSignBit(BitWidth);
266 KnownOne |= APInt::getSignBit(BitWidth);
532 KnownZero |= APInt::getSignBit(BitWidth);
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineShifts.cpp     [all...]
InstCombineSelect.cpp 676 APInt MinSignedValue = APInt::getSignBit(BitWidth);
    [all...]
InstCombineAndOrXor.cpp 556 Y = ConstantInt::get(I->getContext(), APInt::getSignBit(C->getBitWidth()));
563 Y = ConstantInt::get(I->getContext(), APInt::getSignBit(C->getBitWidth()));
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 760 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits());
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 393 /// \brief Check if the APInt's value is returned by getSignBit.
395 /// \returns true if this is the value returned by getSignBit.
447 static APInt getSignBit(unsigned BitWidth) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 945 milliseconds