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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 44 /// FoldBitCast - Constant fold bitcast, symbolically evaluating it with
47 static Constant *FoldBitCast(Constant *C, Type *DestTy,
102 return FoldBitCast(ConstantVector::get(Ops), DestTy, TD);
134 C = FoldBitCast(C, DestIVTy, TD);
287 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), TD);
291 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), TD);
295 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), TD);
403 C = FoldBitCast(C, MapTy, TD);
405 return FoldBitCast(Res, LoadTy, TD);
797 C = FoldBitCast(C, ResultTy, *TD)
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 99 static Constant *FoldBitCast(Constant *V, Type *DestTy) {
690 return FoldBitCast(V, DestTy);
    [all...]

Completed in 225 milliseconds