HomeSort by relevance Sort by last modified time
    Searched refs:EltTy (Results 26 - 50 of 54) sorted by null

12 3

  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp 852 template <typename ItTy, typename EltTy>
853 static bool rangeOnlyContains(ItTy Start, ItTy End, EltTy Elt) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineCompares.cpp 252 Type *EltTy = Init->getType()->getArrayElementType();
260 if (StructType *STy = dyn_cast<StructType>(EltTy))
261 EltTy = STy->getElementType(IdxVal);
262 else if (ArrayType *ATy = dyn_cast<ArrayType>(EltTy)) {
264 EltTy = ATy->getElementType();
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 770 auto *EltTy =
777 auto *DescTy = DBuilder.createPointerType(EltTy, Size);
802 EltTy =
806 return DBuilder.createPointerType(EltTy, Size);
    [all...]
TargetInfo.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp 815 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
817 Src, SrcType, EltTy, Loc, CGF.getContext().getLangOpts().OpenCL);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 362 Type *EltTy = C->getType()->getSequentialElementType();
363 uint64_t EltSize = DL.getTypeAllocSize(EltTy);
    [all...]
ValueTracking.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 292 // STRUCT: [ispacked, eltty x N]
319 // ARRAY: [numelts, eltty]
328 // VECTOR [numelts, eltty]
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 774 milliseconds

12 3