Searched defs:CreateSExtOrBitCast (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstantFolder.h189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DNoFolder.h242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
243 return CastInst::CreateSExtOrBitCast(C, DestTy);
H A DIRBuilder.h1343 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1348 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1349 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DConstantFolder.h182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h196 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
H A DNoFolder.h229 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
230 return CastInst::CreateSExtOrBitCast(C, DestTy);
H A DIRBuilder.h964 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
969 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
970 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp2310 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
2318 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, function in class:CastInst

Completed in 195 milliseconds