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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 301 Type *DestPTy = DestTy->getElementType();
310 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
311 DestPTy->isVectorTy()) {
336 IC.getDataLayout()->getTypeSizeInBits(DestPTy)) {
476 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType();
482 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
529 IC.getDataLayout()->getTypeSizeInBits(DestPTy))
536 if (SrcPTy->isPointerTy() && DestPTy->isPointerTy() &
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 231 milliseconds