Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h80 Boolean truncate(unsigned TruncBits) const { return *this; } in truncate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp985 unsigned TruncBits = 0; in isFoldableLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1953 uint64_t TruncBits = 0; in isBitfieldExtractOpFromShr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp1604 unsigned TruncBits = getTypeSizeInBits(ST->getType()); in getZeroExtendExpr() local
1911 unsigned TruncBits = getTypeSizeInBits(ST->getType()); in getSignExtendExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8678 unsigned TruncBits = LargeVT.getScalarSizeInBits() - OpSizeInBits; in visitSRA() local