Home
last modified time | relevance | path

Searched defs:CreateSExtOrBitCast (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/external/llvm/include/llvm/IR/
DConstantFolder.h182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DNoFolder.h241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/external/llvm/lib/IR/
DInstructions.cpp2435 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2443 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst