/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 149 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function 150 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
H A D | IRBuilderFolder.h | 88 virtual Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const = 0;
|
H A D | ConstantFolder.h | 212 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
|
H A D | InstrTypes.h | 472 static CastInst *CreateZExtOrBitCast( 480 static CastInst *CreateZExtOrBitCast(
|
H A D | IRBuilder.h | 2018 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 D | InstSimplifyFolder.h | 150 Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function 153 return ConstFolder.CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
H A D | TargetFolder.h | 219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 240 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
H A D | ConstantFolder.h | 186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
H A D | InstrTypes.h | 610 static CastInst *CreateZExtOrBitCast( 618 static CastInst *CreateZExtOrBitCast(
|
H A D | IRBuilder.h | 1335 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 D | NoFolder.h | 283 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 284 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
H A D | ConstantFolder.h | 219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
H A D | InstrTypes.h | 483 static CastInst *CreateZExtOrBitCast( 491 static CastInst *CreateZExtOrBitCast(
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 201 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 199 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 D | InstCombineMulDivRem.cpp | 988 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 D | InstCombineMulDivRem.cpp | 1263 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/ |
D | InstrTypes.h | 642 static CastInst *CreateZExtOrBitCast( 650 static CastInst *CreateZExtOrBitCast( 658 static CastInst *CreateZExtOrBitCast(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | InstrTypes.h | 642 static CastInst *CreateZExtOrBitCast( 650 static CastInst *CreateZExtOrBitCast( 658 static CastInst *CreateZExtOrBitCast(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | InstrTypes.h | 664 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 D | VNCoercion.cpp | 477 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 D | VNCoercion.cpp | 537 Builder.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8)); in getMemInstValueForLoad()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | InstrTypes.h | 527 static CastInst *CreateZExtOrBitCast( 535 static CastInst *CreateZExtOrBitCast(
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 3058 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()
|