Searched defs:KnownOne2 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 76 APInt &KnownZero2, APInt &KnownOne2) { in determineLiveOperandBits() 320 APInt KnownZero, KnownOne, KnownZero2, KnownOne2; in performAnalysis() local
|
H A D | ValueTracking.cpp | 237 APInt &KnownZero2, APInt &KnownOne2, in computeKnownBitsAddSub() 316 APInt &KnownZero2, APInt &KnownOne2, in computeKnownBitsMul() 794 APInt &KnownZero2, APInt &KnownOne2, in computeKnownBitsFromShiftOperator() 874 APInt KnownZero2(KnownZero), KnownOne2(KnownOne); in computeKnownBitsFromOperator() local 1900 APInt KnownOne2(BitWidth, 0); in isKnownNonEqual() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 720 APInt KnownZero2(BitWidth, 0), KnownOne2(BitWidth, 0); in SimplifyDemandedUseBits() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 464 APInt KnownZero2, KnownOne2, KnownZeroOut, KnownOneOut; in SimplifyDemandedBits() local
|
H A D | SelectionDAG.cpp | 2031 APInt KnownZero2, KnownOne2; in computeKnownBits() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2927 APInt KnownOne2; in computeKnownBitsForTargetNode() local
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1890 APInt KnownZero2, KnownOne2; in computeKnownBitsForTargetNode() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 744 APInt KnownZero2, KnownOne2; in computeKnownBitsForTargetNode() local
|