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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp2213 Value *getValueCast(IRBuilder<> &IRB, Value *V, Type *Ty) { function in class:__anon10435::AllocaPartitionRewriter
2234 Result = getValueCast(IRB, Result, LI.getType());
2280 V = getValueCast(IRB, V, ElementTy);
2286 V = getValueCast(IRB, V, VecTy);

Completed in 79 milliseconds