Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h221 return ConstantExpr::getSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
H A DConstants.h1060 static Constant *getSExtOrBitCast(
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h206 return Fold(ConstantExpr::getSExtOrBitCast(C, DestTy)); in CreateSExtOrBitCast()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp2179 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, CommonTy); in ConstantFoldGetElementPtr()
2180 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtr()
H A DConstants.cpp1575 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast() function in ConstantExpr
H A DCore.cpp1711 return wrap(ConstantExpr::getSExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstSExtOrBitCast()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp805 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType)); in getAsConstantIndexedAddress()