Searched refs:getZExtOrBitCast (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h187 return ConstantExpr::getZExtOrBitCast(C, DestTy);
H A DConstants.h1025 static Constant *getZExtOrBitCast(
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h202 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy));
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp1565 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { function in class:ConstantExpr
H A DCore.cpp1253 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal),

Completed in 125 milliseconds