Home
last modified time | relevance | path

Searched defs:TruncBits (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h80 Boolean truncate(unsigned TruncBits) const { return *this; } in truncate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp306 APInt TruncBits = APInt::getZero(NumElts * SrcEltBitWidth); in rebuildExtCst() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp270 unsigned TruncBits = 0; member
698 unsigned TruncBits = IndexSize < Width ? Width - IndexSize : 0; in DecomposeGEPExpression() local
H A DScalarEvolution.cpp1607 unsigned TruncBits = getTypeSizeInBits(ST->getType()); in getZeroExtendExprImpl() local
1948 unsigned TruncBits = getTypeSizeInBits(ST->getType()); in getSignExtendExprImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1077 unsigned TruncBits = 0; in isFoldableLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2626 uint64_t TruncBits = 0; in isBitfieldExtractOpFromShr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1543 unsigned TruncBits = TruncTy->getScalarSizeInBits(); in foldICmpTruncWithTruncOrExt() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10482 unsigned TruncBits = LargeVT.getScalarSizeInBits() - OpSizeInBits; in visitSRA() local