Home
last modified time | relevance | path

Searched refs:hasConflict (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp417 assert(BitWidth == RHS.getBitWidth() && !LHS.hasConflict() && in mul()
418 !RHS.hasConflict() && "Operand mismatch"); in mul()
497 assert(BitWidth == RHS.getBitWidth() && !LHS.hasConflict() && in mulhs()
498 !RHS.hasConflict() && "Operand mismatch"); in mulhs()
506 assert(BitWidth == RHS.getBitWidth() && !LHS.hasConflict() && in mulhu()
507 !RHS.hasConflict() && "Operand mismatch"); in mulhu()
515 assert(!LHS.hasConflict() && !RHS.hasConflict()); in udiv()
533 assert(!LHS.hasConflict() && !RHS.hasConflict()); in urem()
554 assert(!LHS.hasConflict() && !RHS.hasConflict()); in srem()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp167 assert(!RHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
168 assert(!LHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
196 assert(!RHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
197 assert(!LHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
234 assert(!RHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
235 assert(!LHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
398 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
421 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
450 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
552 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h47 bool hasConflict() const { return Zero.intersects(One); } in hasConflict() function
51 assert(!hasConflict() && "KnownBits conflict!"); in isConstant()
73 assert(!hasConflict() && "KnownBits conflict!"); in isZero()
79 assert(!hasConflict() && "KnownBits conflict!"); in isAllOnes()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1221 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1268 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1311 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1386 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1403 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1838 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1907 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1950 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1990 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
2056 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
[all …]
H A DSelectionDAG.cpp3585 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in computeKnownBits()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp500 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in computeKnownBitsImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp60 assert(!Known.hasConflict() && "Expected valid KnownBits"); in fromKnownBits()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp982 if (Known.hasConflict()) in computeKnownBitsFromShiftOperator()
1041 if (Known.hasConflict()) in computeKnownBitsFromShiftOperator()
H A DInstructionSimplify.cpp1290 if (KnownShl.hasConflict()) in SimplifyShift()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39055 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBitsForTargetNode()
39074 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBitsForTargetNode()
39115 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBitsForTargetNode()