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

  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 631 std::vector<Constant*> ElementVals;
632 ElementVals.reserve(Str.size() + size_t(AddNull));
634 ElementVals.push_back(ConstantInt::get(Type::getInt8Ty(Context), Str[i]));
638 ElementVals.push_back(ConstantInt::get(Type::getInt8Ty(Context), 0));
641 ArrayType *ATy = ArrayType::get(Type::getInt8Ty(Context), ElementVals.size());
642 return get(ATy, ElementVals);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Constants.cpp     [all...]

Completed in 1438 milliseconds