HomeSort by: relevance | last modified time | path
    Searched defs:InputTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVEGatherScatterLowering.cpp 601 Type *InputTy = Input->getType();
602 Type *MemoryTy = InputTy;
612 InputTy = PreTruncTy;
615 if (InputTy->getPrimitiveSizeInBits() != 128) {
624 checkGEP(Offsets, cast<FixedVectorType>(InputTy), GEP, Builder);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2314 QualType InputTy = S.getInputExpr(InputNo)->getType();
2317 uint64_t InputSize = getContext().getTypeSize(InputTy);
2320 ResultRegTypes.back() = ConvertType(InputTy);
2433 QualType InputTy = InputExpr->getType();
2436 getContext().getTypeSize(InputTy)) {

Completed in 63 milliseconds