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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp43 /// BitCastConstantVector - Convert the specified vector Constant node to the
46 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { function
151 return BitCastConstantVector(V, DestPTy);

Completed in 51 milliseconds