Home
last modified time | relevance | path

Searched refs:CreateZExtOrBitCast (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DNoFolder.h283 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
284 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstantFolder.h219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DInstrTypes.h483 static CastInst *CreateZExtOrBitCast(
491 static CastInst *CreateZExtOrBitCast(
DIRBuilder.h2111 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
2116 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
2117 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h201 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp988 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv()
993 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv()
1381 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitURem()
DInstCombinePHI.cpp730 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in FoldPHIArgZextsIntoPHI()
DInstCombineAddSub.cpp1750 return CastInst::CreateZExtOrBitCast(X, I.getType()); in visitSub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp477 Helper.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8)); in getMemInstValueForLoadHelper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp733 CastInst::CreateZExtOrBitCast(Base, SDI->getType(), SDI->getName(), SDI); in processSExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1138 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou"); in fold_pow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2783 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2791 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
DCore.cpp3772 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6856 V = Builder.CreateZExtOrBitCast(V, SplitStoreType); in splitMergedValStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp13178 {Builder.CreateZExtOrBitCast( in emitStoreConditional()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp16968 Strex, {Builder.CreateZExtOrBitCast( in emitStoreConditional()