Home
last modified time | relevance | path

Searched refs:clearBit (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1022 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1028 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1101 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1103 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1182 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit. in SimplifyDemandedVectorElts()
DInstCombineCompares.cpp193 Max.clearBit(Max.getBitWidth()-1); in ComputeSignedMinMaxValuesFromKnownBits()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPInt.h425 API.clearBit(numBits - 1); in getSignedMaxValue()
1228 void clearBit(unsigned bitPosition);
/freebsd-9-stable/contrib/llvm/lib/Support/
DAPInt.cpp592 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt
606 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp148 API.clearBit(Size-1); in SoftenFloatRes_FABS()