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

12

  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGCXXABI.cpp 194 ptr = CGF.Builder.CreateBitCast(ptr, charPtrTy);
CGExprAgg.cpp 633 llvm::Value *CastPtr = Builder.CreateBitCast(Dest.getAddr(),
    [all...]
CGStmt.cpp 371 llvm::Value *V = Builder.CreateBitCast(EmitScalarExpr(S.getTarget()),
    [all...]
CGDecl.cpp 446 CGF.Builder.CreateBitCast(Addr, CGF.ConvertType(ArgTy));
    [all...]
CGExprComplex.cpp 393 V = Builder.CreateBitCast(V,
CGObjCGNU.cpp 278 return B.CreateBitCast(V, Ty);
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 432 Value *SetjmpArg = Builder.CreateBitCast(JBufPtr, Builder.getInt8PtrTy());
437 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy());
  /external/llvm/include/llvm/Support/
ConstantFolder.h 170 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 229 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
TargetFolder.h 189 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 733 Args.push_back(Builder.CreateBitCast(AI, FFTy->getParamType(i)));
743 Builder.CreateRet(Builder.CreateBitCast(CI, NewG->getReturnType()));
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 610 return IRB.CreateBitCast(V, NoVecTy);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 882 return B.CreateBitCast(CI->getArgOperand(0), CI->getType());
    [all...]
BuildLibCalls.cpp 30 return B.CreateBitCast(V, B.getInt8PtrTy(), "cstr");
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
SROA.cpp     [all...]