HomeSort by: relevance | last modified time | path
    Searched refs:createConstant (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
MDBuilder.cpp 24 ConstantAsMetadata *MDBuilder::createConstant(Constant *C) {
33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy));
50 Vals[i + 1] = createConstant(ConstantInt::get(Int32Ty, Weights[i]));
68 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count)));
73 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID)));
97 return MDNode::get(Context, {createConstant(Lo), createConstant(Hi)});
103 Ops.push_back(createConstant(F));
113 Ops.push_back(createConstant(ConstantInt::get(Int64, CalleeArgNo)));
116 Ops.push_back(createConstant(ConstantInt::get(Int64, ArgNo, true)))
    [all...]
Instructions.cpp 591 Vals.push_back(MDB.createConstant(
610 Vals.push_back(MDB.createConstant(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelArguments.cpp 190 MDB.createConstant(
199 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(),
208 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
MDBuilder.h 45 ConstantAsMetadata *createConstant(Constant *C);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CGProfile.cpp 40 MDB.createConstant(ConstantInt::get(
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 980 Vals.push_back(MDHelper.createConstant(
984 MDHelper.createConstant(ConstantInt::get(Type::getInt64Ty(Ctx), Sum)));
989 Vals.push_back(MDHelper.createConstant(
991 Vals.push_back(MDHelper.createConstant(

Completed in 74 milliseconds