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 53 static Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) {
108 return FoldBitCast(ConstantVector::get(Ops), DestTy, DL);
140 C = FoldBitCast(C, DestIVTy, DL);
310 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), DL);
314 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), DL);
318 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL);
429 C = FoldBitCast(C, MapTy, DL);
431 return FoldBitCast(Res, LoadTy, DL);
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 102 static Constant *FoldBitCast(Constant *V, Type *DestTy) {
720 return FoldBitCast(V, DestTy);
    [all...]

Completed in 198 milliseconds