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

  /external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp 229 Type *I8Ty = Type::getInt8Ty(M.getContext());
235 Tys[0] = PointerType::get(I8Ty, i);
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 314 Type *I8Ty = Type::getInt8Ty(MemI->getParent()->getContext());
352 I8Ty, NewPHI, BasePtrIncSCEV->getValue(),
401 I8Ty, PtrInc, I->Offset->getValue(),
  /external/llvm/unittests/IR/
InstructionsTest.cpp 294 Type *I8Ty = IntegerType::get(C, 8);
296 PointerType *Ptri8Ty = PointerType::get(I8Ty, 0);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 165 milliseconds