Searched refs:BitCastConstantVector (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantFold.cpp41 /// BitCastConstantVector - Convert the specified vector Constant node to the
44 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { function
143 return BitCastConstantVector(V, DestPTy);

Completed in 61 milliseconds