HomeSort by relevance Sort by last modified time
    Searched defs:EltTy (Results 26 - 32 of 32) sorted by null

12

  /external/clang/lib/CodeGen/
CGExpr.cpp 707 llvm::Type *EltTy =
709 llvm::Value *U = llvm::UndefValue::get(EltTy);
    [all...]
CGExprScalar.cpp 747 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
748 llvm::Value *Elt = EmitScalarConversion(Src, SrcType, EltTy);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaChecking.cpp 418 QualType EltTy = getNeonEltType(NeonTypeFlags(TV), Context);
420 EltTy = EltTy.withConst();
421 QualType LHSTy = Context.getPointerType(EltTy);
602 QualType EltTy = getNeonEltType(NeonTypeFlags(TV), Context);
604 EltTy = EltTy.withConst();
605 QualType LHSTy = Context.getPointerType(EltTy);
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 144 milliseconds

12