Home | History | Annotate | Download | only in IR

Lines Matching refs:SignExtend

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