Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DNoFolder.h226 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
227 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstantFolder.h179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DTargetFolder.h191 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DIRBuilder.h956 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
961 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
962 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DNoFolder.h280 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
281 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstantFolder.h216 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DInstrTypes.h636 static CastInst *CreateZExtOrBitCast(
644 static CastInst *CreateZExtOrBitCast(
DIRBuilder.h1639 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
1644 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
1645 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/external/llvm/include/llvm/IR/
DNoFolder.h239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
240 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstantFolder.h186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DInstrTypes.h610 static CastInst *CreateZExtOrBitCast(
618 static CastInst *CreateZExtOrBitCast(
DIRBuilder.h1335 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
1340 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
1341 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h433 static CastInst *CreateZExtOrBitCast(
441 static CastInst *CreateZExtOrBitCast(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp965 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv()
970 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv()
1327 return CastInst::CreateZExtOrBitCast(Builder.CreateICmpNE(Op1, Op0), Ty); in visitURem()
DInstCombinePHI.cpp717 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in FoldPHIArgZextsIntoPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp439 Helper.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8)); in getMemInstValueForLoadHelper()
/external/spirv-llvm/lib/SPIRV/
DOCL20ToSPIRV.cpp627 auto *Cast = CastInst::CreateZExtOrBitCast(Cmp, Type::getInt32Ty(*Ctx), in visitCallAllAny()
641 return CastInst::CreateZExtOrBitCast(CI, Type::getInt32Ty(*Ctx), "", in visitCallAllAny()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp461 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in FoldPHIArgZextsIntoPHI()
DInstCombineAddSub.cpp1537 return CastInst::CreateZExtOrBitCast(X, Op1->getType()); in visitSub()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp3058 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd()
3103 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd()
3136 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr()
3181 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext"); in VisitBinLOr()
DCGObjCGNU.cpp2861 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset()
2879 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1126 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou"); in fold_pow()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2294 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2302 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst

12