Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFolder.h217 return ConstantExpr::getSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
H A DConstants.h1165 getSExtOrBitCast(Constant *C, ///< The constant to sext or bitcast
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetFolder.h227 return Fold(ConstantExpr::getSExtOrBitCast(C, DestTy)); in CreateSExtOrBitCast()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp2015 Idx0 = ConstantExpr::getSExtOrBitCast(Idx0, CommonTy); in foldGEPOfGEP()
2016 LastIdx = ConstantExpr::getSExtOrBitCast(LastIdx, CommonTy); in foldGEPOfGEP()
H A DConstants.cpp2018 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast() function in ConstantExpr
H A DCore.cpp1753 return wrap(ConstantExpr::getSExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstSExtOrBitCast()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1246 See the method [llvm::ConstantExpr::getSExtOrBitCast]. *)