Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFolder.h213 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DConstants.h1159 getZExtOrBitCast(Constant *C, ///< The constant to zext or bitcast
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetFolder.h222 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp140 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, X->getType()); in reassociateShiftAmtsOfTwoSameDirectionShifts()
H A DInstCombineCompares.cpp3858 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, WidestTy); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2012 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
H A DCore.cpp1747 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1241 See the method [llvm::ConstantExpr::getZExtOrBitCast]. *)