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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
Verifier.cpp 861 Assert1(SrcTy->isIntOrIntVectorTy(), "Trunc only operates on integer", &I)
    [all...]
Instructions.cpp     [all...]
ValueTypes.cpp 50 return LLVMTy->isIntOrIntVectorTy();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
207 bool isIntOrIntVectorTy(unsigned BitWidth) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
207 bool isIntOrIntVectorTy(unsigned BitWidth) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
207 bool isIntOrIntVectorTy(unsigned BitWidth) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
207 bool isIntOrIntVectorTy(unsigned BitWidth) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
207 bool isIntOrIntVectorTy(unsigned BitWidth) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
207 bool isIntOrIntVectorTy(unsigned BitWidth) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
207 bool isIntOrIntVectorTy(unsigned BitWidth) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
207 bool isIntOrIntVectorTy(unsigned BitWidth) const {
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 166 /// isIntOrIntVectorTy - Return true if this is an integer type or a vector of
169 bool isIntOrIntVectorTy() const;
  /external/llvm/include/llvm/IR/
Type.h 199 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 201 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 201 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 201 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 219 if (S1->getType()->isIntOrIntVectorTy())
231 if (S1->getType()->isIntOrIntVectorTy())
243 if (S1->getType()->isIntOrIntVectorTy())
255 Constant *NegOne = Ty->isIntOrIntVectorTy() ?
    [all...]

Completed in 1609 milliseconds

1 2 3 4