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

  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 141 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
143 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
151 return BitCastConstantVector(V, DestPTy);
158 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 1796 milliseconds