HomeSort by relevance Sort by last modified time
    Searched refs:CreateBitCast (Results 26 - 50 of 66) sorted by null

12 3

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast");
467 VecInput = IC.Builder->CreateBitCast(VecInput, VecType, "bc");
    [all...]
InstCombineLoadStoreAlloca.cpp 326 IC.Builder->CreateBitCast(Ptr, NewTy->getPointerTo(AS)),
398 V, IC.Builder->CreateBitCast(Ptr, V->getType()->getPointerTo(AS)),
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
InstrProfiling.cpp 217 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()),
397 IRB.CreateCall(RuntimeRegisterF, IRB.CreateBitCast(Data, VoidPtrTy));
SafeStack.cpp 541 Value *NewArg = IRB.CreateBitCast(Off, Arg->getType(),
572 Value *NewAI = IRB.CreateBitCast(Off, AI->getType(), AI->getName());
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
CGExprScalar.cpp 250 return Builder.CreateBitCast(V, ConvertType(E->getType()));
793 return Builder.CreateBitCast(Src, DstTy, "conv");
827 return Builder.CreateBitCast(Src, DstTy, "conv");
    [all...]
CGException.cpp 366 Address typedAddr = Builder.CreateBitCast(addr, ty);
    [all...]
CGExprCXX.cpp     [all...]
CGExpr.cpp 52 return Builder.CreateBitCast(value, destType);
553 llvm::Value *CastAddr = Builder.CreateBitCast(Ptr, Int8PtrTy);
620 Address VPtrAddr(Builder.CreateBitCast(Ptr, VPtrTy), getPointerAlign());
    [all...]
CGVTables.cpp 362 AdjustedThisPtr = Builder.CreateBitCast(AdjustedThisPtr, ThisType);
369 AdjustedThisPtr = Builder.CreateBitCast(AdjustedThisPtr, ThisType);
    [all...]
CGStmt.cpp 526 llvm::Value *V = Builder.CreateBitCast(EmitScalarExpr(S.getTarget()),
    [all...]
CodeGenFunction.cpp     [all...]
CGObjCGNU.cpp 281 return B.CreateBitCast(V, Ty);
285 return B.CreateBitCast(V, Ty);
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 190 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 177 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 230 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 892 return IRB.CreateBitCast(StoredVal, LoadedTy);
905 StoredVal = IRB.CreateBitCast(StoredVal, TypeToCastTo);
928 StoredVal = IRB.CreateBitCast(StoredVal, StoredValTy);
    [all...]
SeparateConstOffsetFromGEP.cpp     [all...]
StraightLineStrengthReduce.cpp 658 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy);
664 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType());
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 644 Builder.CreateBitCast(RelocatedBase, Base->getType());
654 Builder.CreateBitCast(Replacement, ToReplace->getType());
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 699 return B.CreateBitCast(CI->getArgOperand(0), CI->getType());
727 return B.CreateBitCast(CI->getArgOperand(0), CI->getType());
739 return B.CreateBitCast(Result, CI->getType());
745 return StrChr ? B.CreateBitCast(StrChr, CI->getType()) : nullptr;
881 Value *LHSV = B.CreateLoad(B.CreateBitCast(LHS, LHSPtrTy, "lhsc"), "lhsv");
882 Value *RHSV = B.CreateLoad(B.CreateBitCast(RHS, RHSPtrTy, "rhsc"), "rhsv");
    [all...]

Completed in 1183 milliseconds

12 3