HomeSort by relevance Sort by last modified time
    Searched refs:isSingleValueType (Results 1 - 25 of 36) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 215 /// isSingleValueType - Return true if the type is a valid type for a
219 bool isSingleValueType() const {
  /external/llvm/include/llvm/IR/
Type.h 237 bool isSingleValueType() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 239 bool isSingleValueType() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 239 bool isSingleValueType() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 241 bool isSingleValueType() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 241 bool isSingleValueType() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 247 bool isSingleValueType() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 247 bool isSingleValueType() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 247 bool isSingleValueType() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 247 bool isSingleValueType() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 239 bool isSingleValueType() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 241 bool isSingleValueType() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 241 bool isSingleValueType() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 247 bool isSingleValueType() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 247 bool isSingleValueType() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 247 bool isSingleValueType() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 247 bool isSingleValueType() const {
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 731 assert((!LI.isSimple() || LI.getType()->isSingleValueType()) &&
768 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 344 assert(elementTy->isSingleValueType() &&
  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 119 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType())
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 83 while (!SrcETy->isSingleValueType()) {
98 if (SrcETy->isSingleValueType()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
ArgumentPromotion.cpp 174 if (!STy->getElementType(i)->isSingleValueType()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 325 if (!EltTy->isSingleValueType()) {
    [all...]
GlobalOpt.cpp     [all...]

Completed in 372 milliseconds

1 2