HomeSort by relevance Sort by last modified time
    Searched refs:SrcEltTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 68 Type *SrcEltTy = VTy->getElementType();
72 if (SrcEltTy->isFloatingPointTy()) {
73 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits();
86 unsigned BitShift = DL.getTypeAllocSizeInBits(SrcEltTy);
121 Type *SrcEltTy = C->getType()->getVectorElementType();
148 if (SrcEltTy->isFloatingPointTy()) {
149 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits();
171 unsigned SrcBitSize = SrcEltTy->getPrimitiveSizeInBits();
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 122 milliseconds