Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
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.cpp2383 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2391 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst