Searched refs:DestIsSigned (Results 1 – 3 of 3) sorted by relevance
4249 LLVMTypeRef DestTy, LLVMBool DestIsSigned);
3949 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode() argument3951 unwrap(Src), SrcIsSigned, unwrap(DestTy), DestIsSigned)); in LLVMGetCastOpcode()
3616 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument3653 if (DestIsSigned) in getCastOpcode()