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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp100 Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { function in namespace:__anon3349
149 return FoldBitCast(ConstantVector::get(Ops), DestTy, DL);
181 C = FoldBitCast(C, DestIVTy, DL);
433 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), DL);
437 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), DL);
441 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL);
558 C = FoldBitCast(C, MapTy->getPointerTo(AS), DL);
564 Res = FoldBitCast(Res, CastTy, DL);
1032 C = FoldBitCast(C, ResTy, DL);
1367 return FoldBitCast(C
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp111 static Constant *FoldBitCast(Constant *V, Type *DestTy) { function
738 return FoldBitCast(V, DestTy);

Completed in 107 milliseconds