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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 288 Type *DestPTy = DestTy->getElementType();
297 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
298 DestPTy->isVectorTy()) {
320 IC.getDataLayout()->getTypeSizeInBits(DestPTy)) {
453 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType();
459 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
502 IC.getDataLayout()->getTypeSizeInBits(DestPTy))
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 43 milliseconds