Home | History | Annotate | Download | only in IR

Lines Matching refs:SignExtend

920                           LLVMBool SignExtend) {
921 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), N, SignExtend != 0));