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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 70 Type *SrcEltTy = VTy->getElementType();
74 if (SrcEltTy->isFloatingPointTy()) {
75 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits();
84 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy);
126 Type *SrcEltTy = C->getType()->getVectorElementType();
153 if (SrcEltTy->isFloatingPointTy()) {
154 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits();
176 unsigned SrcBitSize = SrcEltTy->getPrimitiveSizeInBits();
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 733 Type *SrcEltTy = cast<VectorType>(Arg1->getType())->getElementType();
734 PointerType *EltPtrTy = PointerType::getUnqual(SrcEltTy);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 63 Constant *C, Type *SrcEltTy,
68 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy);
107 Type *SrcEltTy = VTy->getElementType();
111 if (SrcEltTy->isFloatingPointTy()) {
112 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits();
121 SrcEltTy, NumSrcElts, DL))
154 Type *SrcEltTy = C->getType()->getVectorElementType();
181 if (SrcEltTy->isFloatingPointTy()) {
182 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits();
204 unsigned SrcBitSize = SrcEltTy->getPrimitiveSizeInBits()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 380 milliseconds