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

  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 699 // checkGEPType - Simple wrapper function to give a better assertion failure
702 static inline Type *checkGEPType(Type *Ty) {
850 : Instruction(PointerType::get(checkGEPType(
864 : Instruction(PointerType::get(checkGEPType(
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 818 // checkGEPType - Simple wrapper function to give a better assertion failure
821 inline Type *checkGEPType(Type *Ty) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 830 // checkGEPType - Simple wrapper function to give a better assertion failure
833 inline Type *checkGEPType(Type *Ty) {
    [all...]

Completed in 1703 milliseconds