Home
last modified time | relevance | path

Searched refs:anyextOrTrunc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h177 KnownBits anyextOrTrunc(unsigned BitWidth) const { in anyextOrTrunc() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp944 RHSKnown = RHSKnown.anyextOrTrunc(BitWidth); in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1018 Known = Known.anyextOrTrunc(SrcBitWidth); in computeKnownBitsFromOperator()
1560 Known &= Known2.anyextOrTrunc(BitWidth); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1159 Known = SrcKnown.anyextOrTrunc(BitWidth); in SimplifyDemandedBits()
1220 Known = KnownScl.anyextOrTrunc(BitWidth); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7905 Known = Known.anyextOrTrunc(BitWidth); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36573 Known = Known.anyextOrTrunc(BitWidth); in computeKnownBitsForTargetNode()