Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h224 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DConstants.h1112 getZExtOrBitCast(Constant *C, ///< The constant to zext or bitcast
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h210 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp141 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, X->getType()); in reassociateShiftAmtsOfTwoSameDirectionShifts()
H A DInstCombineCompares.cpp3676 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, WidestTy); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2017 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
H A DCore.cpp1778 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()