Home
last modified time | relevance | path

Searched defs:DstBits (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1082 unsigned DstBits = Dst->getType()->getScalarSizeInBits(); EmitIntegerTruncationCheck() local
1152 unsigned DstBits = DstTy->getScalarSizeInBits(); EmitIntegerSignChangeCheckHelper() local
1195 unsigned DstBits = DstTy->getScalarSizeInBits(); EmitIntegerSignChangeCheck() local
1335 unsigned DstBits = Info.Size; EmitBitfieldConversionCheck() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4113 unsigned DstBits = RetVT.getSizeInBits(); emitLSL_ri() local
4216 unsigned DstBits = RetVT.getSizeInBits(); emitLSR_ri() local
4332 unsigned DstBits = RetVT.getSizeInBits(); emitASR_ri() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2101 unsigned DstBits = SE.getTypeSizeInBits(ARTy); generateOverflowCheck() local
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3064 unsigned DstBits = Ty->getScalarSizeInBits(); CreateIntegerCast() local
3077 unsigned DstBits = Ty->getScalarSizeInBits(); CreateFPCast() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6622 SmallVector<APInt> DstBits; FoldConstantArithmetic() local
12925 APInt &DstBits = DstBitElements[I]; recastRawBits() local
12950 APInt &DstBits = DstBitElements[Idx]; recastRawBits() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1416 unsigned DstBits = Trunc->getType()->getScalarSizeInBits(), foldICmpTruncConstant() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20848 unsigned DstBits = VT.getScalarSizeInBits(); expandFP_TO_UINT_SSE() local
21132 unsigned DstBits = VT.getScalarSizeInBits(); LowerFP_TO_INT() local
[all...]