HomeSort by relevance Sort by last modified time
    Searched refs:ConstantArray (Results 101 - 125 of 151) sorted by null

1 2 3 45 6 7

  /external/clang/lib/CodeGen/
CodeGenModule.cpp 748 llvm::ConstantArray::get(AT, Ctors),
    [all...]
MicrosoftCXXABI.cpp 343 llvm::Constant *Init = llvm::ConstantArray::get(VDispMapTy, Map);
    [all...]
CGException.cpp 852 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters);
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 295 /// turn into a memset_pattern16, return a ConstantArray of 16 bytes that should
332 return ConstantArray::get(AT, std::vector<Constant *>(ArraySize, C));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 458 macro(ConstantArray) \
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 508 case Type::ConstantArray:
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 590 const ConstantArray *InitArray = dyn_cast<ConstantArray>(Init);
    [all...]
LLVMContextImpl.h     [all...]
AsmWriter.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 339 | ConstantArray
910 [llvm::ConstantArray::get]. *)
916 See the method [llvm::ConstantArray::get]. *)
922 See the method [llvm::ConstantArray::get]. *)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 217 | ConstantArray
    [all...]
llvm.mli 269 | ConstantArray
745 [llvm::ConstantArray::get]. *)
751 See the method [llvm::ConstantArray::get]. *)
757 See the method [llvm::ConstantArray::get]. *)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 206 ConstantArray *Init = dyn_cast<ConstantArray>(GV->getInitializer());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 617 return wrap(ConstantArray::get(*unwrap(C), StringRef(Str, Length),
636 return wrap(ConstantArray::get(ArrayType::get(unwrap(ElementTy), Length), V));
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 367 if (isa<ConstantArray>(C) || isa<ConstantVector>(C) ||
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 720 if (auto ConstA = dyn_cast<ConstantArray>(V)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 942 milliseconds

1 2 3 45 6 7