Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h224 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DConstants.h1107 getZExtOrBitCast(Constant *C, ///< The constant to zext or bitcast
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h210 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp141 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, X->getType()); in reassociateShiftAmtsOfTwoSameDirectionShifts()
H A DInstCombineCompares.cpp3608 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, WidestTy); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2015 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()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1289 See the method [llvm::ConstantExpr::getZExtOrBitCast]. *)