Home
last modified time | relevance | path

Searched refs:CreateSExtOrBitCast (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
DNoFolder.h241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
242 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
DConstantFolder.h182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/external/llvm/include/llvm/IR/
DInstrTypes.h447 static CastInst *CreateSExtOrBitCast(
455 static CastInst *CreateSExtOrBitCast(
DIRBuilder.h1099 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
1104 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1105 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1343 return CastInst::CreateSExtOrBitCast(X, Op1->getType()); in visitSub()
DInstCombineCalls.cpp699 return CastInst::CreateSExtOrBitCast(Arg0, II->getType()); in visitCallInst()
/external/llvm/lib/IR/
DInstructions.cpp2346 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2354 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
DCore.cpp2213 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2203 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)