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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 164 Type *DestPTy = DestTy->getElementType();
173 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
174 DestPTy->isVectorTy()) {
196 IC.getTargetData()->getTypeSizeInBits(DestPTy)) {
329 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType();
335 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
378 IC.getTargetData()->getTypeSizeInBits(DestPTy))
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 134 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
136 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
144 return BitCastConstantVector(V, DestPTy);
151 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]

Completed in 439 milliseconds