Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1070 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1076 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1149 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1151 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1230 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit. in SimplifyDemandedVectorElts()
H A DInstCombineAddSub.cpp878 Op0KnownZeroTemp.clearBit(BitWidth - 1); in checkRippleForAdd()
H A DInstCombineCompares.cpp196 Max.clearBit(Max.getBitWidth()-1); in ComputeSignedMinMaxValuesFromKnownBits()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h424 API.clearBit(numBits - 1); in getSignedMaxValue()
1237 void clearBit(unsigned bitPosition);
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp597 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt
611 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp152 API.clearBit(Size-1); in SoftenFloatRes_FABS()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8048 Op1Zero.clearBit(0); Op1One.clearBit(0); in DAGCombineTruncBoolExt()
8049 Op2Zero.clearBit(0); Op2One.clearBit(0); in DAGCombineTruncBoolExt()