Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h179 KnownBits anyextOrTrunc(unsigned BitWidth) const { in anyextOrTrunc() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp961 RHSKnown = RHSKnown.anyextOrTrunc(BitWidth); in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp284 Known2 = Known2.anyextOrTrunc(BitWidth); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1290 Known = Known.anyextOrTrunc(SrcBitWidth); in computeKnownBitsFromOperator()
1956 Known &= Known2.anyextOrTrunc(BitWidth); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1235 Known = SrcKnown.anyextOrTrunc(BitWidth); in SimplifyDemandedBits()
1296 Known = KnownScl.anyextOrTrunc(BitWidth); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9372 Known = Known.anyextOrTrunc(BitWidth); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38648 Known = Known.anyextOrTrunc(BitWidth); in computeKnownBitsForTargetNode()