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

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp44 /// FoldBitCast - Constant fold bitcast, symbolically evaluating it with
47 static Constant *FoldBitCast(Constant *C, Type *DestTy, function
100 return FoldBitCast(ConstantVector::get(Ops), DestTy, TD);
132 C = FoldBitCast(C, DestIVTy, TD);
303 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), TD);
307 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), TD);
413 C = FoldBitCast(C, MapTy, TD);
415 return FoldBitCast(Res, LoadTy, TD);
772 C = FoldBitCast(C, ResultTy, *TD);
938 return FoldBitCast(C
[all...]
/external/llvm/lib/VMCore/
H A DConstantFold.cpp95 static Constant *FoldBitCast(Constant *V, Type *DestTy) { function
688 return FoldBitCast(V, DestTy);

Completed in 66 milliseconds