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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 583 static APInt getSplat(unsigned NewLen, const APInt &V) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 583 static APInt getSplat(unsigned NewLen, const APInt &V) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 583 static APInt getSplat(unsigned NewLen, const APInt &V) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 583 static APInt getSplat(unsigned NewLen, const APInt &V) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 583 static APInt getSplat(unsigned NewLen, const APInt &V) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 583 static APInt getSplat(unsigned NewLen, const APInt &V) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 583 static APInt getSplat(unsigned NewLen, const APInt &V) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 583 static APInt getSplat(unsigned NewLen, const APInt &V) {
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 244 C = ConstantVector::getSplat(VTy->getNumElements(), C);
261 return ConstantVector::getSplat(VTy->getNumElements(),
530 return ConstantVector::getSplat(VTy->getNumElements(),
542 return ConstantVector::getSplat(VTy->getNumElements(),
565 return ConstantVector::getSplat(VTy->getNumElements(), C);
589 return ConstantVector::getSplat(VTy->getNumElements(), C);
636 return ConstantVector::getSplat(VTy->getNumElements(), C);
650 return ConstantVector::getSplat(VTy->getNumElements(), C);
661 return ConstantVector::getSplat(VTy->getNumElements(), C);
672 return ConstantVector::getSplat(VTy->getNumElements(), C)
    [all...]

Completed in 986 milliseconds