Home
last modified time | relevance | path

Searched refs:getZExtOrBitCast (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h217 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DConstants.h1054 static Constant *getZExtOrBitCast(
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h201 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1569 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
H A DCore.cpp1705 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()