Searched refs:CreateSExtOrBitCast (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | NoFolder.h | 241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function 242 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
D | ConstantFolder.h | 182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
D | TargetFolder.h | 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 447 static CastInst *CreateSExtOrBitCast( 455 static CastInst *CreateSExtOrBitCast(
|
D | IRBuilder.h | 1099 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/ |
D | InstCombineAddSub.cpp | 1343 return CastInst::CreateSExtOrBitCast(X, Op1->getType()); in visitSub()
|
D | InstCombineCalls.cpp | 699 return CastInst::CreateSExtOrBitCast(Arg0, II->getType()); in visitCallInst()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2346 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
|
D | Core.cpp | 2213 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2203 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)
|