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

  /external/llvm/lib/IR/
IRBuilder.cpp 216 // DataTy is the overloaded type
217 Type *DataTy = cast<PointerType>(Ptr->getType())->getElementType();
218 assert(DataTy->isVectorTy() && "Ptr should point to a vector");
220 PassThru = UndefValue::get(DataTy);
222 return CreateMaskedIntrinsic(Intrinsic::masked_load, Ops, DataTy, Name);
239 /// an array of operands - Ops, and one overloaded type - DataTy
242 Type *DataTy,
245 Type *OverloadedTypes[] = { DataTy };
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 339 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes));
353 auto *Data = new GlobalVariable(*M, DataTy, false, NamePtr->getLinkage(),
354 ConstantStruct::get(DataTy, DataVals),
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 229 milliseconds