reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
 6737     V = Builder.CreateZExtOrBitCast(V, SplitStoreType);
lib/IR/Core.cpp
 3771   return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy),
lib/Target/AArch64/AArch64ISelLowering.cpp
12245                             {Builder.CreateZExtOrBitCast(
lib/Target/AMDGPU/AMDGPULibCalls.cpp
 1137       opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou");
lib/Target/ARM/ARMISelLowering.cpp
16678       Strex, {Builder.CreateZExtOrBitCast(
lib/Transforms/Utils/VNCoercion.cpp
  477           Helper.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8));
tools/clang/lib/CodeGen/CGBuiltin.cpp
 1272     ArgVal = Builder.CreateZExtOrBitCast(ArgVal, ConvertType(ArgTy));
 6247       StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty);
 6298       Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty);
 7236       StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int64Ty);
 7300     Arg1 = Builder.CreateZExtOrBitCast(Arg1, DataTy);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 3992       return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext");
 4043   return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext");
 4076       return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext");
 4121   return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext");
 4236     llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty);
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1684       Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy);
 4075       return CGF.Builder.CreateZExtOrBitCast(
 4095       Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy);
tools/polly/lib/CodeGen/LoopGenerators.cpp
  154   Stride = Builder.CreateZExtOrBitCast(Stride, LoopIVType);