Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetFolder.h198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/llvm/include/llvm/IR/
DConstantFolder.h179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DNoFolder.h238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/llvm/lib/IR/
DInstructions.cpp2419 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2427 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst