Home
last modified time | relevance | path

Searched defs:FoldBitCast (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp70 static Constant *FoldBitCast(Constant *V, Type *DestTy) { in FoldBitCast() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp104 Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { in FoldBitCast() function