Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DNoFolder.h149 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
150 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DIRBuilderFolder.h88 virtual Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const = 0;
H A DConstantFolder.h212 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
H A DInstrTypes.h472 static CastInst *CreateZExtOrBitCast(
480 static CastInst *CreateZExtOrBitCast(
H A DIRBuilder.h2018 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
2023 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
2024 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h150 Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
153 return ConstFolder.CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DTargetFolder.h219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DNoFolder.h239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
240 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DConstantFolder.h186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
H A DInstrTypes.h610 static CastInst *CreateZExtOrBitCast(
618 static CastInst *CreateZExtOrBitCast(
H A DIRBuilder.h1335 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
1340 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
1341 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DNoFolder.h283 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
284 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DConstantFolder.h219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
H A DInstrTypes.h483 static CastInst *CreateZExtOrBitCast(
491 static CastInst *CreateZExtOrBitCast(
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h201 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1263 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv()
1268 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv()
1767 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitURem()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DInstrTypes.h642 static CastInst *CreateZExtOrBitCast(
650 static CastInst *CreateZExtOrBitCast(
658 static CastInst *CreateZExtOrBitCast(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInstrTypes.h642 static CastInst *CreateZExtOrBitCast(
650 static CastInst *CreateZExtOrBitCast(
658 static CastInst *CreateZExtOrBitCast(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInstrTypes.h664 static CastInst *CreateZExtOrBitCast(
672 static CastInst *CreateZExtOrBitCast(
680 static CastInst *CreateZExtOrBitCast(
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp477 Helper.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8)); in getMemInstValueForLoadHelper()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp537 Builder.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8)); in getMemInstValueForLoad()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInstrTypes.h527 static CastInst *CreateZExtOrBitCast(
535 static CastInst *CreateZExtOrBitCast(
/aosp_15_r20/external/clang/lib/CodeGen/
H A 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()

123