Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DConstantFolder.h168 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DTargetFolder.h182 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/external/llvm/include/llvm/
DConstants.h715 static Constant *getZExtOrBitCast(
/external/llvm/lib/VMCore/
DConstants.cpp1253 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
DCore.cpp871 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli879 See the method [llvm::ConstantExpr::getZExtOrBitCast]. *)