Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h228 return ConstantExpr::getTruncOrBitCast(C, DestTy); in CreateTruncOrBitCast()
DConstants.h1066 static Constant *getTruncOrBitCast(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h214 return Fold(ConstantExpr::getTruncOrBitCast(C, DestTy)); in CreateTruncOrBitCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1741 return wrap(ConstantExpr::getTruncOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstTruncOrBitCast()
3424 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildMalloc()
3435 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildArrayMalloc()
DConstants.cpp1680 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast() function in ConstantExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1097 : ConstantExpr::getTruncOrBitCast(RVC, CB->getType()); in manifest()
1106 : ConstantExpr::getTruncOrBitCast(RVC, AnchorValue.getType()); in manifest()