Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp418 assert(BitWidth == RHS.getBitWidth() && !LHS.hasConflict() && in mul()
419 !RHS.hasConflict() && "Operand mismatch"); in mul()
515 assert(BitWidth == RHS.getBitWidth() && !LHS.hasConflict() && in mulhs()
516 !RHS.hasConflict() && "Operand mismatch"); in mulhs()
524 assert(BitWidth == RHS.getBitWidth() && !LHS.hasConflict() && in mulhu()
525 !RHS.hasConflict() && "Operand mismatch"); in mulhu()
533 assert(!LHS.hasConflict() && !RHS.hasConflict()); in udiv()
551 assert(!LHS.hasConflict() && !RHS.hasConflict()); in urem()
572 assert(!LHS.hasConflict() && !RHS.hasConflict()); in srem()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp195 assert(!RHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
196 assert(!LHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
224 assert(!RHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
225 assert(!LHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
262 assert(!RHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
263 assert(!LHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
343 assert(!RHSKnown.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
415 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
439 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
468 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedUseBits()
[all …]
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1400 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1447 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1517 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1617 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1634 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
1647 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
2196 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
2263 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
2308 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
2350 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBits()
[all …]
H A DSelectionDAG.cpp3896 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in computeKnownBits()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp589 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in computeKnownBitsImpl()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp61 assert(!Known.hasConflict() && "Expected valid KnownBits"); in fromKnownBits()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp998 if (Known.hasConflict()) in computeKnownBitsFromShiftOperator()
1057 if (Known.hasConflict()) in computeKnownBitsFromShiftOperator()
H A DInstructionSimplify.cpp1403 if (KnownShl.hasConflict()) in simplifyShift()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42829 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBitsForTargetNode()
42848 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBitsForTargetNode()
42889 assert(!Known.hasConflict() && "Bits known to be one AND zero?"); in SimplifyDemandedBitsForTargetNode()