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

  /external/llvm/lib/Analysis/
Loads.cpp 176 Type *AccessTy = cast<PointerType>(Ptr->getType())->getElementType();
181 uint64_t AccessSize = DL.getTypeStoreSize(AccessTy);
206 CastInst::isBitOrNoopPointerCastable(LI->getType(), AccessTy, DL)) {
219 AccessTy, DL)) {
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 173 bool OptimizeMemoryInst(Instruction *I, Value *Addr, Type *AccessTy);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 697 Type *AccessTy = Inst->getType();
699 AccessTy = SI->getOperand(0)->getType();
709 AccessTy = II->getArgOperand(0)->getType();
716 if (PointerType *PTy = dyn_cast<PointerType>(AccessTy))
717 AccessTy = PointerType::get(IntegerType::get(PTy->getContext(), 1),
720 return AccessTy;
    [all...]

Completed in 295 milliseconds