HomeSort by: relevance | last modified time | path
    Searched refs:CreateZExtOrBitCast (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
NoFolder.h 257 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override {
258 return CastInst::CreateZExtOrBitCast(C, DestTy);
IRBuilderFolder.h 109 virtual Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const = 0;
ConstantFolder.h 223 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override {
InstrTypes.h 476 static CastInst *CreateZExtOrBitCast(
484 static CastInst *CreateZExtOrBitCast(
IRBuilder.h 2076 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
2081 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
2082 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetFolder.h 207 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp 560 Helper.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 1035 return CastInst::CreateZExtOrBitCast(Cmp, Ty);
1040 return CastInst::CreateZExtOrBitCast(Cmp, Ty);
1494 return CastInst::CreateZExtOrBitCast(Cmp, Ty);
InstCombinePHI.cpp 817 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 922 CastInst::CreateZExtOrBitCast(Base, SDI->getType(), SDI->getName(), SDI);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 4288 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext");
4352 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext");
4404 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext");
4462 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext");
4590 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty);
CGObjCGNU.cpp 1698 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy);
4090 return CGF.Builder.CreateZExtOrBitCast(
4111 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy);
CGBuiltin.cpp 1827 ArgVal = Builder.CreateZExtOrBitCast(ArgVal, ConvertType(ArgTy));
7503 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty);
7554 Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty);
9428 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int64Ty);
9492 Arg1 = Builder.CreateZExtOrBitCast(Arg1, DataTy);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 1118 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou");
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2990 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty,
2998 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty,
Core.cpp 3832 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy),
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1769 func (b Builder) CreateZExtOrBitCast(val Value, t Type, name string) (v Value) {
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 2515 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
2527 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 7497 V = Builder.CreateZExtOrBitCast(V, SplitStoreType);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 16977 {Builder.CreateZExtOrBitCast(
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 19559 Strex, {Builder.CreateZExtOrBitCast(

Completed in 170 milliseconds