Searched refs:DestIsSigned (Results 1 – 3 of 3) sorted by relevance
3148 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument3185 if (DestIsSigned) in getCastOpcode()
4183 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode() argument4185 unwrap(Src), SrcIsSigned, unwrap(DestTy), DestIsSigned)); in LLVMGetCastOpcode()
4525 LLVMTypeRef DestTy, LLVMBool DestIsSigned);